1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 04:20:39 -07:00
moth/src/Makefile

8 lines
100 B
Makefile
Raw Normal View History

2011-03-18 19:21:45 -06:00
TARGETS = bubblebabble arc4
2011-03-14 17:13:25 -06:00
2011-03-17 13:04:13 -06:00
all: $(TARGETS)
arc4: CFLAGS=-DARC4_MAIN
clean:
rm -f *.o $(TARGETS)