diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -122,8 +122,8 @@ nbench0.o: nbench0.h nbench0.c nmglobal.h hardware.h Makefile sysinfo.c sysinfoc emfloat.o: emfloat.h emfloat.c nmglobal.h Makefile $(CCC) $(DEFINES) $(CCCFLAGS) -c emfloat.c -misc.o: misc.c Makefile - $(CCC) $(DEFINES) $(CCCFLAGS) -c misc.c +randnum.o: randnum.c Makefile + $(CCC) $(DEFINES) $(CCCFLAGS) -c randnum.c numsort.o: numsort.c $(CCC) $(DEFINES) $(CCCFLAGS) -c numsort.c @@ -183,8 +183,8 @@ linear.o: linear.c sysspec.o: sysspec.h sysspec.c nmglobal.h Makefile $(GCC) $(DEFINES) $(GCCFLAGS) -c sysspec.c -nbench: emfloat.o misc.o nbench0.o numsort.o sysspec.o hardware.o stringsort.o bitfield.o fpemulation.o fourier.o assignment.o idea.o huffman.o neural.o linear.o - $(GCC) emfloat.o misc.o nbench0.o numsort.o sysspec.o hardware.o stringsort.o bitfield.o fpemulation.o fourier.o assignment.o idea.o huffman.o neural.o linear.o -o nbench -lm +nbench: emfloat.o randnum.o nbench0.o numsort.o sysspec.o hardware.o stringsort.o bitfield.o fpemulation.o fourier.o assignment.o idea.o huffman.o neural.o linear.o + $(GCC) emfloat.o randnum.o nbench0.o numsort.o sysspec.o hardware.o stringsort.o bitfield.o fpemulation.o fourier.o assignment.o idea.o huffman.o neural.o linear.o -o nbench -lm ########################################################################## |