mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:25:30 +00:00
12 lines
222 B
Makefile
12 lines
222 B
Makefile
|
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 api.xml
|
||
|
|
||
|
unix:
|
||
|
@echo "'make unix' is broken for now."
|
||
|
|