aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 623b84b..fdbded0 100644
--- 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
@@ -76,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)