am-kernels/micro-bench/Makefile

4 lines
106 B
Makefile
Raw Normal View History

2020-08-11 17:22:46 +00:00
NAME = micro-bench
2020-08-11 17:17:16 +00:00
SRCS = $(shell find -L ./src/ -name "*.c" -o -name "*.cc")
include $(AM_HOME)/Makefile