Files
kernels/tests/regression/unaligned/Makefile
2024-10-24 17:28:59 -07:00

10 lines
104 B
Makefile

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