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