doubleclick:
	gcc -c  -D POSIX -D_TRACE_ -D_TICK_UNIT_=10000000 -O2 -I ../../lib/hippo -fmessage-length=0 -I ./doubleclick.hippo ../../lib/hippo/hippo.c doubleclick.hippo/*.c ./main.c
	gcc -o doubleclick ./*.o -lpthread -lrt 
	rm *.o
clean:
	rm doubleclick
new: clean
	$(MAKE)
