This commit is contained in:
Yanyan Jiang 2020-08-12 05:59:59 +00:00 committed by Zihao Yu
parent 0ce11d082c
commit f8e9232a64
20 changed files with 4 additions and 4 deletions

View file

@ -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

View file

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

View file

@ -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

View file

@ -1,3 +1,3 @@
NAME = hello-am NAME = hello
SRCS = hello.c SRCS = hello.c
include $(AM_HOME)/Makefile include $(AM_HOME)/Makefile