CFLAGS ?= -O2 timeout: timeout.c Makefile $(CC) $(CFLAGS) -o $@ $< clean: @rm -f timeout