renames
This commit is contained in:
parent
0ce11d082c
commit
f8e9232a64
20 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
NAME = coremark-bench
|
NAME = coremark
|
||||||
SRCS = $(shell find src/ -name "*.c")
|
SRCS = $(shell find src/ -name "*.c")
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
NAME = dhrystone-bench
|
NAME = dhrystone
|
||||||
SRCS = dry.c
|
SRCS = dry.c
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
NAME = micro-bench
|
NAME = microbench
|
||||||
SRCS = $(shell find src/ -name "*.c" -o -name "*.cc")
|
SRCS = $(shell find src/ -name "*.c" -o -name "*.cc")
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
|
@ -1,3 +1,3 @@
|
||||||
NAME = hello-am
|
NAME = hello
|
||||||
SRCS = hello.c
|
SRCS = hello.c
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
||||||
|
|
Loading…
Reference in a new issue