mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
7 lines
92 B
Makefile
7 lines
92 B
Makefile
all: menu.dat
|
|
|
|
menu.dat: menu.src menu.qc
|
|
qfcc -gP menu.src
|
|
|
|
clean:
|
|
rm -f *.dat *.h *.sym
|