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."
|
||
|
|