From 901c9ba27afd50d709a084f8c35cc208ac5b85be Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 2 May 2020 23:35:40 +0200 Subject: Added Lua with libraries and nothing else --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7cdeeb..7607452 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ CFLAGS+=-Wall -Wextra -Wpedantic +CFLAGS+=-I/usr/include/lua5.3 +LDLIBS+=-llua5.3 plop: plop.o http.o http.h http.o: http.h -- cgit v1.1