am-kernels/micro-bench/Makefile
2021-08-11 16:44:38 +08:00

3 lines
101 B
Makefile

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