am-kernels/micro-bench/Makefile
2020-08-11 17:22:46 +00:00

3 lines
106 B
Makefile

NAME = micro-bench
SRCS = $(shell find -L ./src/ -name "*.c" -o -name "*.cc")
include $(AM_HOME)/Makefile