am-kernels/benchmarks/microbench/Makefile

4 lines
100 B
Makefile
Raw Normal View History

2020-08-12 05:59:59 +00:00
NAME = microbench
2020-08-12 05:35:19 +00:00
SRCS = $(shell find src/ -name "*.c" -o -name "*.cc")
2020-08-11 17:17:16 +00:00
include $(AM_HOME)/Makefile