[PATCH] parse.c: Make FIO_OPT_STR explicitly one value
[fio.git] / Makefile
index 2b027dbdb42ce5a69c007358a995f5d47ad5befe..3a51af3417ee4e20652e86baee646e0a06db8ec7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ OBJS += engines/syslet-rw.o
 INSTALL = install
 prefix = /usr/local
 bindir = $(prefix)/bin
-libdir = $(prefix)/lib/fio
 
 all: $(PROGS) $(SCRIPTS)
 
@@ -30,10 +29,10 @@ fio: $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) -lpthread -lm -ldl -laio -lrt
 
 clean:
-       -rm -f *.o .depend cscope.out $(PROGS) engines/*.o
+       -rm -f *.o .depend cscope.out $(PROGS) engines/*.o core.* core
 
 depend:
-       @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend
+       @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend
 
 cscope:
        @cscope -b