moth/src/Makefile

10 lines
124 B
Makefile
Raw Normal View History

2011-03-17 21:01:21 -06:00
TARGETS = bubblebabble arc4 tea
2011-03-14 17:13:25 -06:00
2011-03-17 13:04:13 -06:00
all: $(TARGETS)
arc4: CFLAGS=-DARC4_MAIN
2011-03-17 17:11:53 -06:00
tea: tea.o xxtea.o
2011-03-17 13:04:13 -06:00
clean:
rm -f *.o $(TARGETS)