diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 04:48:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 04:48:19 -0600 |
| commit | 0552380418ec97106d12494dd400ff34bcf6ed4f (patch) | |
| tree | 260a8a7d81db71c9d65740a2d83b7a0c6ca083b1 /Makefile | |
| parent | edfe36358a27df6856509dab5cb875b534c69c8d (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |
