CC=gcc CFLAGS=-O2 -Wall -pedantic -ansi -ggdb3 LIBS=-lpthread -lmilter all: rejint rejint: rejint.c $(CC) $(CFLAGS) $(INCS) $@.c -o $@ $(LIBS)