rename projects

This commit is contained in:
Yanyan Jiang 2020-08-11 17:22:46 +00:00
parent bdcb3ba65a
commit 304daa3501
28 changed files with 3 additions and 3 deletions

3
micro-bench/Makefile Normal file
View file

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