From 91a70ebb46d82593343d06fed22ee96922d4881d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sun, 9 Apr 2023 16:36:33 +0200 Subject: [PATCH] Makefile src wrapper. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9cca1a6..328a4ba 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,7 @@ static: .PHONY: clean clean: @make -C src clean + +.PHONY: install +install: + @make -C src install