nexus-am/tests/klibtest/Makefile

5 lines
124 B
Makefile

NAME = klibtest
SRCS = $(shell find -L ./src/ -name "*.c" -o -name "*.cpp")
ARCH = x86-qemu
include $(AM_HOME)/Makefile.app