summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ff131e2..1cdb017 100644
--- a/Makefile
+++ b/Makefile
@@ -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