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

10 lines
103 B
Makefile

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