Add comment explaining .PHONY

This commit is contained in:
ItsDrike 2023-06-07 00:03:08 +02:00
parent 575c35c00e
commit 171f9dd094
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

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