CFLAGS += -Wall all: squid-cronolog squid-cronolog: squid-cronolog.c $(CC) $(CFLAGS) -o squid-cronolog squid-cronolog.c clean: $(RM) squid-cronolog