From d27e754feae93179bcd50094690bbf649c9c9035 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Tue, 18 Jun 2024 21:07:17 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 557436b..b063713 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BIN_SYSTEM_PATH=/usr/local/bin INC_SYSTEM_PATH=/usr/include # Set the default target to build -default: build +.DEFAULT_GOAL := build ### Makefile targets for hyprwm libraries ###