summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-18 04:48:19 -0600
committerJeff Carr <[email protected]>2025-01-18 04:48:19 -0600
commit0552380418ec97106d12494dd400ff34bcf6ed4f (patch)
tree260a8a7d81db71c9d65740a2d83b7a0c6ca083b1 /Makefile
parentedfe36358a27df6856509dab5cb875b534c69c8d (diff)
go mod tidy was brokenv0.0.21v0.0.20
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 205dc6e..3c8811c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
all:
- make -C forgeConfig
- make -C virtbuf-example
- make -C zoopb-example
- make -C testGui
- make -C going2git # actually builds against git2go using libgit2 v1.8.4
+ @echo "# todo: fix Makefile to use the .forge file"
clean:
rm -f go.*
+ go-mod-clean --purge