From c020bfc602b36db7877c4ea965d8e5bd6eefff37 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 29 Jul 2022 17:33:37 +0200 Subject: [PATCH] put makefile rules into correct order just for peace of my soul... hee-hee --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 26ab183..9b376de 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,6 @@ app: clean: rm -rf $(OUTPUT)/* *.o *.so -all: install +install: installHeader installLib installApp clean installTest: install test -install: installHeader installLib installApp clean \ No newline at end of file +all: install \ No newline at end of file