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