update go mod, remove unused test make target

This commit is contained in:
alu
2026-07-17 21:35:19 +00:00
parent 159b08a7ca
commit 7809e6adb1
2 changed files with 9 additions and 14 deletions
-5
View File
@@ -11,11 +11,6 @@ build-wfa-js:
$(MAKE) -C WFA-JS
cp -f WFA-JS/dist/* web/modules
test: clean test-wfa-js
test-wfa-js:
$(MAKE) test -C WFA-JS
clean: clean-wfa-js
@echo "======================== Cleaning Project ======================"
go clean