added big int lib

This commit is contained in:
nils polek
2024-01-15 16:28:41 +00:00
parent 3935d2778b
commit ac57431ac4
19 changed files with 2615 additions and 2 deletions

View File

@@ -7,10 +7,10 @@ CC = gcc
F = prog.bin
# Compiler flags
CFLAGS = -g -Wall -std=c99 -pedantic
CFLAGS = -I ./bigint/build/include -L ./bigint/build/lib -g -Wall -std=c99 -pedantic
# Source file
SRC = njvm.c
SRC = njvm.c
# Executable name
TARGET = njvm