Files
kernels/tests/regression/bad_apple/Makefile
2024-06-07 18:11:19 -07:00

10 lines
104 B
Makefile

PROJECT = bad_apple
SRCS = main.cpp common.h
VX_SRCS = kernel.cpp
OPTS ?= -n16
include ../common.mk