diff options
| author | Jeff Carr <[email protected]> | 2025-06-30 07:56:23 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-06-30 07:56:23 -0500 | 
| commit | f67c81d4997b86bdc53615a7e9bd4a25cfe6f4ed (patch) | |
| tree | e5383e329e431d60ebc91e2e5b5feffe2d234f9d | |
| parent | f39c7d4a5183294aabd72aee3d5b45ceb65442c7 (diff) | |
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ redomod:  clean:  	rm -f go.*  	rm -f virtigo* -	go-mod-clean --purge +	go-mod-clean purge  # git clone the sources and all the golang dependancies into ~/go/src  # if you don't have go-clone, you can get it from http://go.wit.com/  | 
