summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6eba8c0..707e8717 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,9 @@
BUILD_DIR = src/build
.PHONY: install
-install: all tar
+install:
+ $(MAKE) all
+ $(MAKE) tar
tar:
$(MAKE) -C $(BUILD_DIR) tar
OpenPOWER on IntegriCloud