moth/src/Makefile

10 lines
124 B
Makefile

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