From 89fc62b3120bf952c7ad6541af4e9da1355e937a Mon Sep 17 00:00:00 2001 From: MadMaurice Date: Tue, 5 Sep 2023 21:30:58 +0200 Subject: [PATCH] Makefile - Fix default goal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ac90fc..cf432b9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.DEFAULT_GOAL: all +.DEFAULT_GOAL := all include Makeconf