diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 20:28:11 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 20:28:11 -0400 |
commit | 06e068ea14220903bd95fea94d44fe3f1a918481 (patch) | |
tree | 278ce9ab78bda672454dc1de63389337f79b67bd /Makefile | |
parent | aafaca51cfbdc66a6ff9af52121470f59b9559ac (diff) |
Installable library
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |