Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-06-18 21:07:17 +01:00
parent 62f168f6a4
commit d27e754fea
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -6,7 +6,7 @@ BIN_SYSTEM_PATH=/usr/local/bin
INC_SYSTEM_PATH=/usr/include INC_SYSTEM_PATH=/usr/include
# Set the default target to build # Set the default target to build
default: build .DEFAULT_GOAL := build
### Makefile targets for hyprwm libraries ### ### Makefile targets for hyprwm libraries ###