From cf88dc8af57d404153554479e7a8a73f4d74d026 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 17 Feb 2024 14:25:19 -0500 Subject: Remove make rule for deleted file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e511e34d..61e25237 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all: nextlang libnext.so nextlang: nextlang.c parse.o files.o util.o ast.o compile.o types.o environment.o SipHash/halfsiphash.o $(BUILTIN_OBJS) -libnext.so: metamethods/cord.o util.o SipHash/halfsiphash.o +libnext.so: util.o SipHash/halfsiphash.o $(CC) $^ $(CFLAGS) $(EXTRA) $(CWARN) $(G) $(O) $(OSFLAGS) $(LDLIBS) -Wl,-soname,libnext.so -shared -o $@ SipHash/halfsiphash.c: -- cgit v1.2.3