CC = gcc LPATH = -L/usr/lib LIBS = -lmailbox -lmu_mbox -lmu_maildir -lmu_mh -lsieve default: all all: testsieve testsieve: testsieve.c $(CC) $(LPATH) -o testsieve testsieve.c $(LIBS)