From b40ad265448018d1a22d67db399568a2dfaf3cd2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 24 Nov 2021 09:27:07 -0800 Subject: more Makefile streamlining Since everything is in my control there's no need to parameterize include paths. It's a struggle to get make to run when it should. Lying that something is phony stops working when it's a dependency. Commands get unnecessarily run. Just fucking run recursive makes directly in the target that depends on them. --- src/luasocket/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/luasocket/makefile') diff --git a/src/luasocket/makefile b/src/luasocket/makefile index f6548d9..0772a2b 100644 --- a/src/luasocket/makefile +++ b/src/luasocket/makefile @@ -174,7 +174,7 @@ SO_linux=so O_linux=o CC_linux=gcc DEF_linux=-DLUASOCKET_$(DEBUG) -CFLAGS_linux= -g -O2 -Wall -Wpedantic -Wshadow -Wextra $(LUAINC:%=-I%) $(DEF) +CFLAGS_linux= -g -O2 -Wall -Wpedantic -Wshadow -Wextra $(DEF) LDFLAGS_linux= -o LD_linux=ld SOCKET_linux=usocket.o -- cgit 1.4.1-2-gfad0