summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-15 20:28:11 -0400
committerpommicket <pommicket@gmail.com>2025-09-15 20:28:11 -0400
commit06e068ea14220903bd95fea94d44fe3f1a918481 (patch)
tree278ce9ab78bda672454dc1de63389337f79b67bd /Makefile
parentaafaca51cfbdc66a6ff9af52121470f59b9559ac (diff)
Installable library
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