Files
bash/tests/cracauer-testsuite/Makefile
T
2011-12-03 12:52:47 -05:00

13 lines
155 B
Makefile

ALL = catcher
all: $(ALL)
DEPSTUFF = Makefile
CFLAGS = -O -g -Wall -D_POSIX_SOURCE
catcher: $(DEPSTUFF) catcher.c
clean:
-rm $(ALL) *.core core *.o