fix makefile phony targets

This commit is contained in:
alu
2026-08-03 18:24:58 +00:00
parent 7a48c47b4a
commit b630b16ec9
+1 -1
View File
@@ -1,4 +1,4 @@
.PHONY: build test clean
.PHONY: build clean
build: clean
@echo "======================== Building Binary ======================="