Minor bug fixes

This commit is contained in:
Santosh Srivatsan
2022-01-31 15:53:49 -05:00
parent 7e3a2fdb0f
commit 4cf596338d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ LDFLAGS += -lm -Wl,-Bstatic,-T,$(VORTEX_RT_PATH)/linker/vx_link$(XLEN).ld -Wl,--
PROJECT = simple
SRCS = main.cpp
SRCS = main.cpp tests.cpp
all: $(PROJECT).elf $(PROJECT).bin $(PROJECT).dump