From 171f9dd0942124865cff41a6649302608b8eb0c7 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 7 Jun 2023 00:03:08 +0200 Subject: [PATCH] Add comment explaining .PHONY --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d98054d..14eaab8 100644 --- a/Makefile +++ b/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