From 930c09f46d1e249fc889e8f1179046a48c1eaf32 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 8 Feb 2024 00:52:18 -0500 Subject: More features and progress --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80deb903..4b183a68 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ BUILTIN_OBJS=builtins/array.o builtins/bool.o builtins/builtins.o builtins/char. all: nextlang -nextlang: nextlang.c parse.o files.o util.o ast.o compile.o SipHash/halfsiphash.o $(BUILTIN_OBJS) +nextlang: nextlang.c parse.o files.o util.o ast.o compile.o types.o SipHash/halfsiphash.o $(BUILTIN_OBJS) SipHash/halfsiphash.c: git submodule update --init --recursive -- cgit v1.2.3