From f6aa26cb6489338c66c07cea14f2892eec88cb01 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 7 Jul 2020 17:47:21 +0200 Subject: Preparations to completely separate execution-related from plop itself --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1