summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68c7d65..26bb34c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,13 @@ LDLIBS+=-llua5.3
PREFIX?=/usr/local
SHARE?=$(PREFIX)/share
-plop: connection.o main.o plop.o stream.o
+plop: connection.o main.o plop.o stream.o response.o
main.o: plop.h
plop.o: connection.h plop.h stream.h
connection.o: connection.h
stream.o: stream.h
+response.o: response.h
clean:
rm -f plop *.o