Clear num_opts early
[fio.git] / Makefile
index e0ab0b8785a2add9cf17f91ea0470eec08f9ce1f..cd061adb4642d5ade6e1e827c18f31516e5b7fd0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-#CC    = /opt/intel/cce/9.1.045/bin/icc
 CC     = gcc
 DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG
 OPTFLAGS= -O2 -g $(EXTFLAGS)
@@ -54,7 +53,7 @@ $(PROGS): depend
 all: depend $(PROGS) $(SCRIPTS)
 
 clean:
-       -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o core.* core
+       -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core
 
 cscope:
        @cscope -b