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)