From a95bdaf5f21912f1e2c6250b294922868611ef61 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 18 Nov 2022 16:23:46 +0100 Subject: [PATCH] added installHeaderLogger into installHeader --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 200897b..360e50a 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ app: clean: rm -rf $(OUTPUT)/* *.o *.so -installHeader: installHeaderCore +installHeader: installHeaderCore installHeaderLogger install: installHeader installLib installApp clean installTest: install test all: install \ No newline at end of file