aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-17 14:25:19 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-17 14:25:19 -0500
commitcf88dc8af57d404153554479e7a8a73f4d74d026 (patch)
tree644cf04d4fb2a1042070c878c563641888a5c574 /Makefile
parentb6f91fd2fd20bd06549974a71b2494b03dd73337 (diff)
Remove make rule for deleted file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: