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