aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2014-09-24 14:49:04 -0600
committerJens Axboe <axboe@fb.com>2014-09-24 14:49:04 -0600
commitfe311e7c01593444f397d6d012ec212c4b22f514 (patch)
tree9240839f52fbf3d533e3856c5db50507f01c5ddc
parent43fc870ce04e963def45dfc0d1ed4ea21ef10d4b (diff)
downloadblktrace-fe311e7c01593444f397d6d012ec212c4b22f514.tar.gz
Makefile: ensure that iowatcher gets cleaned
Signed-off-by: Jens Axboe <axboe@fb.com>
-rw-r--r--Makefile1
-rw-r--r--iowatcher/Makefile2
2 files changed, 2 insertions, 1 deletions
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