Ryujinx-GtkSharp/generator/makefile

12 lines
225 B
Makefile
Raw Normal View History

all:
@echo "You must use 'make windows' or 'make unix'."
@echo "'make unix' is broken for now."
windows:
$(CSC) /unsafe /out:codegen.exe /recurse:*.cs
./codegen gtkapi.xml
unix:
@echo "'make unix' is broken for now."