CC     = gcc -Wall -static -I../common

clean :
	rm *.o

daemon.o : daemon.c daemon.h
	${CC} -c -o $@  daemon.c






