From 70a2e1db1dd4e4aa0c01e2dfb50499123d69967c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 22 Nov 2021 17:37:41 -0800 Subject: delete most of the embedded luasocket in luasec Hilariously, I wasn't linking against it in the first place. --- src/luasec/luasocket/Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/luasec/luasocket/Makefile (limited to 'src/luasec/luasocket/Makefile') diff --git a/src/luasec/luasocket/Makefile b/src/luasec/luasocket/Makefile deleted file mode 100644 index b700fb6..0000000 --- a/src/luasec/luasocket/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -OBJS= \ - io.o \ - buffer.o \ - timeout.o \ - usocket.o - -CC ?= cc -CFLAGS += $(MYCFLAGS) -DLUASOCKET_DEBUG -AR ?= ar -RANLIB ?= ranlib - -.PHONY: all clean - -all: libluasocket.a - -libluasocket.a: $(OBJS) - $(AR) rcu $@ $(OBJS) - $(RANLIB) $@ - -clean: - rm -f $(OBJS) libluasocket.a - -buffer.o: buffer.c buffer.h io.h timeout.h -io.o: io.c io.h timeout.h -timeout.o: timeout.c timeout.h -usocket.o: usocket.c socket.h io.h timeout.h usocket.h -- cgit 1.4.1-2-gfad0