am-kernels/microbench/Makefile
2020-08-11 17:17:16 +00:00

3 lines
105 B
Makefile

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