implemented hash for ints and removed unused portion of the build script

This commit is contained in:
cozis
2022-03-09 12:39:43 +01:00
parent 84fa86c373
commit ea51795aae
3 changed files with 30 additions and 3 deletions
-3
View File
@@ -68,9 +68,6 @@ ar rcs build/libnoja-runtime.a \
build/libnoja-compile.a \
build/libnoja-objects.a
gcc tests/src/test-parse.c -o build/test-parse $FLAGS -Lbuild/ -lnoja-compile -lxjson
gcc tests/src/test-objects.c -o build/test-objects $FLAGS -Lbuild/ -lnoja-objects
gcc src/main.c \
src/noja.c \
temp/o_builtins.o \