summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f68e530..0629ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -9,4 +9,7 @@ test: __build
valgrind --exit-on-first-error=yes --error-exitcode=1 --track-origins=yes \
--leak-check=full --show-leak-kinds=all $(BUILD_DIR)/tests
+install: __build
+ $(MAKE) -C $(BUILD_DIR) install
+
.PHONY: __build test