ALL = catcher cpu hardguy

all: $(ALL)

CFLAGS = -O -g -Wall -D_POSIX_SOURCE

clean:
	-rm $(ALL) *.core core *.o
