diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-15 03:17:35 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-15 03:17:35 +0000 |
commit | 04741fb6181f8cc1ebc6f527d8d22840d019eb7b (patch) | |
tree | 793fb68beeb2309d424c9cd20b9f54f6a9dee166 /Makefile | |
parent | c0a8896d9a90e59429b6fecadc397ead42974f59 (diff) |
-- Remove structs completely
-- results is now a static variable in each benchmark
-- added get*Score routines
-- finally got rid of nmglobal.h completely
-- removed more useless stuff
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@53 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,10 +25,10 @@ sysinfo.c: Makefile hardware.o: hardware.c hardware.h Makefile $(GCC) $(GCCFLAGS) -c hardware.c -cleanbench.o: cleanbench.h cleanbench.c nmglobal.h hardware.h Makefile sysinfo.c sysinfoc.c +cleanbench.o: cleanbench.h cleanbench.c hardware.h Makefile sysinfo.c sysinfoc.c $(GCC) $(GCCFLAGS) -c cleanbench.c -emfloat.o: emfloat.h emfloat.c nmglobal.h Makefile +emfloat.o: emfloat.h emfloat.c Makefile $(GCC) $(GCCFLAGS) -c emfloat.c randnum.o: randnum.c Makefile |