mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2025-03-03 23:58:56 +00:00
Add comment explaining .PHONY
This commit is contained in:
parent
575c35c00e
commit
171f9dd094
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -13,6 +13,8 @@ COMPILE_FLAGS+=-Iinclude
|
|||
|
||||
LINK_FLAGS=-shared
|
||||
|
||||
# Phony targets (i.e. targets that don't actually build anything, and don't track dependencies)
|
||||
# These will always be run when called
|
||||
.PHONY: clean clangd
|
||||
|
||||
all: check_env $(PLUGIN_NAME).so
|
||||
|
|
Loading…
Add table
Reference in a new issue