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 ###