This commit is contained in:
2024-01-18 16:21:34 +01:00
parent ac57431ac4
commit dbafdbeea5
22 changed files with 8 additions and 1464 deletions

View File

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