mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-14 09:15:39 +00:00
11 lines
190 B
Makefile
11 lines
190 B
Makefile
|
all:
|
||
|
@echo "You must use 'make windows' or 'make unix'."
|
||
|
@echo "'make unix' is broken for now."
|
||
|
|
||
|
windows:
|
||
|
./defs-parse.pl < gtk-types.defs
|
||
|
|
||
|
unix:
|
||
|
@echo "'make unix' is broken for now."
|
||
|
|