moth/src/Makefile

8 lines
100 B
Makefile

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