Add build dependency on fps-meter.h
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 17 Dec 2013 22:52:20 +0000 (23:52 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 17 Dec 2013 22:52:20 +0000 (23:52 +0100)
Makefile

index 433b061..70e8772 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ CFLAGS += -D_POSIX_C_SOURCE=200112L
 LDLIBS += -lrt
 
 fps-meter: fps-meter.o
+fps-meter.o: fps-meter.h
 
 clean:
        rm -rf *~ *.o fps-meter