From 2fced6bd11403c859013e67c3216abfc5f3499a2 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 2 Sep 2026 20:29:20 +0000 Subject: [PATCH] cleanup makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0342ef5..3e6f2e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build build-web build-wfa-js clean clean-wfa-js ensure-dist workflow-init +.PHONY: build build-web build-wfa-js clean clean-wfa-js ensure-dist build: clean ensure-dist build-web build-wfa-js @echo "======================== Building Binary ======================="