minor udpate

This commit is contained in:
Blaise Tine
2023-11-27 02:21:47 -08:00
parent 1271c9c03f
commit 9dc5793046
9 changed files with 303 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
PROJECT = vecaddx
SRCS = main.cpp
VX_SRCS = kernel.cpp
OPTS ?= -n64
include ../common.mk