diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 14:25:19 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 14:25:19 -0500 |
| commit | cf88dc8af57d404153554479e7a8a73f4d74d026 (patch) | |
| tree | 644cf04d4fb2a1042070c878c563641888a5c574 | |
| parent | b6f91fd2fd20bd06549974a71b2494b03dd73337 (diff) | |
Remove make rule for deleted file
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
