From e26021c5fdc01b0c6b8280366c3850f273fe399e Mon Sep 17 00:00:00 2001
From: ENGO150 <v.smejkal06@gmail.com>
Date: Fri, 18 Nov 2022 16:21:41 +0100
Subject: [PATCH] added installHeaderCore into installHeader

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b135f9a..a0742a2 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ app:
 clean:
 	rm -rf $(OUTPUT)/* *.o *.so
 
-install: installHeaderCore installLib installApp clean
+installHeader: installHeaderCore
+install: installHeader installLib installApp clean
 installTest: install test
 all: install
\ No newline at end of file