rename projects
This commit is contained in:
parent
bdcb3ba65a
commit
304daa3501
28 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
NAME = coremark
|
NAME = coremark-bench
|
||||||
SRCS = $(shell find -L ./src/ -name "*.c")
|
SRCS = $(shell find -L ./src/ -name "*.c")
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
|
@ -1,3 +1,3 @@
|
||||||
NAME = dhrystone
|
NAME = dhrystone-bench
|
||||||
SRCS = dry.c
|
SRCS = dry.c
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
|
@ -1,3 +1,3 @@
|
||||||
NAME = microbench
|
NAME = micro-bench
|
||||||
SRCS = $(shell find -L ./src/ -name "*.c" -o -name "*.cc")
|
SRCS = $(shell find -L ./src/ -name "*.c" -o -name "*.cc")
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
Loading…
Reference in a new issue