This commit is contained in:
2026-05-13 08:35:55 -05:00
parent d1c0052918
commit 9607c77939
4 changed files with 95 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ uninstall:
# executable files
#
LIB_SRC=lib/value.o lib/stack.o lib/heap.o lib/vm.o lib/utils.o
LIB_SRC=lib/value.o lib/stack.o lib/array.o lib/heap.o lib/vm.o lib/utils.o
tyche: CFLAGS += ${RELEASE_CFLAGS}
tyche: LDFLAGS += ${RELEASE_LDFLAGS}