summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-16 05:58:58 +0200
committerAki <please@ignore.pl>2020-08-16 05:58:58 +0200
commit8e60998945cf27978c8bedf8a352cb1e0f7cc89c (patch)
tree9e0513af2ce1b9c8396e1f9adce053e42942c101
parent0c5f075ed0aa99b5adc537a3173e0bd11e198efd (diff)
downloadplop-8e60998945cf27978c8bedf8a352cb1e0f7cc89c.zip
plop-8e60998945cf27978c8bedf8a352cb1e0f7cc89c.tar.gz
plop-8e60998945cf27978c8bedf8a352cb1e0f7cc89c.tar.bz2
Cleared up Makefile
-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