From 8e60998945cf27978c8bedf8a352cb1e0f7cc89c Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 16 Aug 2020 05:58:58 +0200 Subject: Cleared up Makefile --- Makefile | 7 ++----- 1 file 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 -- cgit v1.1