From 4993a2071afad5bc1db6ad117f143a58ae0af8a3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 14:13:47 +0800 Subject: [PATCH] Makefile: Make version.go a .PHONY --- Makefile | 2 +- diff --git a/Makefile b/Makefile index 227cef9faeaed628c93fdf566a96cb5c3ab8d322..366a1542a21fcc1f755223c1d9fc73b01bf473f5 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 $@ -- 2.48.1