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