summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 828fc4a..7a158c1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,10 @@ PREFIX?=/usr/local
plop: main.o plop.o http.o response.o request.o
http.o: http.h
-main.o: plop.h
+main.o: plop.h http.h request.h
plop.o: http.h plop.h request.h response.h
request.o: http.h request.h
-response.o: response.h
-
-plop.h: http.h request.h
-response.h: http.h
+response.o: response.h http.h
clean:
rm -f plop *.o