3 lines
88 B
Makefile
3 lines
88 B
Makefile
NAME = coremark-bench
|
|
SRCS = $(shell find src/ -name "*.c")
|
|
include $(AM_HOME)/Makefile
|