Revert "update"

This reverts commit dbafdbeea5.
This commit is contained in:
2024-01-18 17:24:01 +01:00
parent dbafdbeea5
commit 5039f95153
22 changed files with 1464 additions and 8 deletions

View File

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