aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 14:13:47 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 14:13:47 +0800
commit4993a2071afad5bc1db6ad117f143a58ae0af8a3 (patch)
tree26154b1d556ee89a65175ca1559ff8acf64ceef2 /Makefile
parent*: Use Makefile, and generate a version (diff)
downloadforge-4993a2071afad5bc1db6ad117f143a58ae0af8a3.tar.gz
forge-4993a2071afad5bc1db6ad117f143a58ae0af8a3.tar.zst
forge-4993a2071afad5bc1db6ad117f143a58ae0af8a3.zip
Makefile: Make version.go a .PHONY
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 227cef9..366a154 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: clean
+.PHONY: clean version.go
forge: $(filter-out forge,$(wildcard *)) version.go
go build -o $@