makefile (97B)
1 2 3 4 5 6 7 8 9
LDFLAGS = -static CFLAGS = -g all: cat cat: cat.c clean: ls *.c | cut -d. -f1 | xargs rm -f