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