enabling Makefile configuration with build folder support

This commit is contained in:
Blaise Tine 2024-03-30 02:28:39 -07:00
parent 99c91987fb
commit 6b81b26ffc
130 changed files with 1829 additions and 796 deletions

View file

@ -1,8 +1,13 @@
PROJECT = printf
ROOT_DIR := $(realpath ../../..)
include $(ROOT_DIR)/config.mk
SRCS = main.cpp
PROJECT := printf
VX_SRCS = kernel.cpp
SRC_DIR := $(VORTEX_HOME)/tests/regression/$(PROJECT)
SRCS := $(SRC_DIR)/main.cpp
VX_SRCS := $(SRC_DIR)/kernel.cpp
OPTS ?= -n4