From d6a54f904957d34f12361d5d8a7e515562cda3d5 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 24 Feb 2021 20:58:58 +0100 Subject: Readded response for this time being --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1