diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |