From 06e068ea14220903bd95fea94d44fe3f1a918481 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 20:28:11 -0400 Subject: Installable library --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3