summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b7fe68..3966232 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ CFLAGS+=-I/usr/include/lua5.3
LDLIBS+=-llua5.3
PREFIX?=/usr/local
-plop: plop.o http.o http.h
-http.o: http.h
+plop: plop.o http.o
+plop.o http.o: http.h
clean:
rm -f plop *.o