X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=740a2423283e31fa831832e2f5c69147abc27149;hp=2b027dbdb42ce5a69c007358a995f5d47ad5befe;hb=e49499f8738562e014867ad693a999646d5e1bfb;hpb=a4f4fdd7c9e46a50bc33ecef44d9f06036580ad4 diff --git a/Makefile b/Makefile index 2b027dbd..740a2423 100644 --- 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,7 +29,7 @@ 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