mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
8 lines
No EOL
100 B
Makefile
8 lines
No EOL
100 B
Makefile
TARGETS = bubblebabble arc4
|
|
|
|
all: $(TARGETS)
|
|
|
|
arc4: CFLAGS=-DARC4_MAIN
|
|
|
|
clean:
|
|
rm -f *.o $(TARGETS)
|