diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:45:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:45:48 +0000 |
commit | 991b62808450c54ac721f345d82426fde3e6289f (patch) | |
tree | 491d537644ed0886d2eedc1dd774280d56f41e5f /Makefile | |
parent | 71fc241cfd8e94a20a7bd33369e09bde0424e367 (diff) |
-- Reorder benchmarks to simplify results calculation logic
-- Fix up sysinfo template stuff
-- More cleanbench.c cleanups
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@59 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -10,22 +10,19 @@ all: ${OBJS} $(GCC) ${OBJS} -o cleanbench -lm clean: - - /bin/rm -f *.o cleanbench sysinfo.c sysinfoc.c + - /bin/rm -f *.o cleanbench sysinfo.c remake: clean all # Source files -sysinfoc.c: Makefile - ./sysinfo.sh $(GCC) $(GCCFLAGS) - sysinfo.c: Makefile ./sysinfo.sh $(GCC) $(GCCFLAGS) hardware.o: hardware.c hardware.h Makefile $(GCC) $(GCCFLAGS) -c hardware.c -cleanbench.o: cleanbench.h cleanbench.c hardware.h Makefile sysinfo.c sysinfoc.c +cleanbench.o: cleanbench.h cleanbench.c hardware.h Makefile sysinfo.c $(GCC) $(GCCFLAGS) -c cleanbench.c emfloat.o: emfloat.h emfloat.c Makefile |