Files
kernels/tests/kernel/hello/Makefile
T
2023-11-11 15:49:39 -08:00

6 lines
55 B
Makefile

PROJECT = hello
SRCS = main.cpp
include ../common.mk