fix makefile phony targets

This commit is contained in:
alu
2026-08-03 18:25:35 +00:00
parent a0301512b6
commit ee59134778
+1 -1
View File
@@ -1,4 +1,4 @@
.PHONY: build test clean .PHONY: build clean
build: clean build: clean
@echo "======================== Building Binary =======================" @echo "======================== Building Binary ======================="