iowatcher: fixup the Makefile
[blktrace.git] / Makefile
index 623b84be766af04bf7c58ed8ab3d194e74dd2c64..458f2376f075d188d35cae470ec3a3c4d5e6ce4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,16 @@ LIBS  = -lpthread
 SCRIPTS        = btrace
 
 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
-      btt/bno_plot.py
+      btt/bno_plot.py iowatcher/iowatcher
 
 all: $(ALL)
 
 btt/btt:
        $(MAKE) -C btt
 
+iowatcher/iowatcher:
+       $(MAKE) -C iowatcher
+
 btreplay/btrecord:
        $(MAKE) -C btreplay