mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-12-25 21:24:34 +00:00
Add comment explaining .PHONY
This commit is contained in:
parent
575c35c00e
commit
171f9dd094
2
Makefile
2
Makefile
|
@ -13,6 +13,8 @@ COMPILE_FLAGS+=-Iinclude
|
||||||
|
|
||||||
LINK_FLAGS=-shared
|
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
|
.PHONY: clean clangd
|
||||||
|
|
||||||
all: check_env $(PLUGIN_NAME).so
|
all: check_env $(PLUGIN_NAME).so
|
||||||
|
|
Loading…
Reference in a new issue