am-kernels/coremark/Makefile
2020-08-11 17:17:16 +00:00

3 lines
87 B
Makefile

NAME = coremark
SRCS = $(shell find -L ./src/ -name "*.c")
include $(AM_HOME)/Makefile