summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index dfdafc0..c4c3862 100644
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,12 @@ CFLAGS+=-I/usr/include/lua5.3
LDLIBS+=-llua5.3
PREFIX?=/usr/local
-plop: main.o plop.o http.o response.o request.o
+plop: main.o plop.o response.o request.o
-http.o: http.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 http.h
+main.o: plop.h request.h
+plop.o: plop.h request.h response.h
+request.o: request.h
+response.o: response.h
clean:
rm -f plop *.o