am-kernels/benchmarks/micro/Makefile
2021-08-11 16:46:45 +08:00

3 lines
101 B
Makefile

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