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

View file

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

View file

@ -1,3 +1,3 @@
NAME = dhrystone
NAME = dhrystone-bench
SRCS = dry.c
include $(AM_HOME)/Makefile

View file

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