From ce1d9457f9d162652175def61a473da207e7ab06 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Jun 2025 06:34:06 -0500 Subject: [PATCH] syntax change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbd271d..9d335b2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ custom: clean: rm -f gocui *.so go.* rm -f *.pb.go *.patch - go-mod-clean --purge + go-mod-clean purge # Test the README.md & doc.go file # this runs pkgsite, the binary that does dev.go.dev