From: Jens Axboe Date: Wed, 24 Sep 2014 20:49:04 +0000 (-0600) Subject: Makefile: ensure that iowatcher gets cleaned X-Git-Tag: blktrace-1.2.0~30 X-Git-Url: https://git.kernel.dk/?p=blktrace.git;a=commitdiff_plain;h=fe311e7c01593444f397d6d012ec212c4b22f514 Makefile: ensure that iowatcher gets cleaned Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 458f237..fdbded0 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,7 @@ clean: docsclean -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2 $(MAKE) -C btt clean $(MAKE) -C btreplay clean + $(MAKE) -C iowatcher clean install: all $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) diff --git a/iowatcher/Makefile b/iowatcher/Makefile index 7b5101c..e0f34b2 100644 --- a/iowatcher/Makefile +++ b/iowatcher/Makefile @@ -1,4 +1,4 @@ -C = gcc +CC = gcc CFLAGS = -Wall -O0 -g -W ALL_CFLAGS = $(CFLAGS) -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64