1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
moth/src/Makefile
2011-03-18 19:21:45 -06:00

8 lines
No EOL
100 B
Makefile

TARGETS = bubblebabble arc4
all: $(TARGETS)
arc4: CFLAGS=-DARC4_MAIN
clean:
rm -f *.o $(TARGETS)