Files
mm/tools
Zach Banks 091219d742 Small env fixes: git submodules & python3 (#127)
* Small env fixes: for git submodules & python3

Using `/usr/bin/env python3` is preferred over `/usr/bin/python3`
because it is compatible with virtualenvs, etc. It picks the version of
`python3` currently on the `PATH`, rather than the system-wide default.

For the git submodules, I had two issues:

The ZAPD repo is currently pointing at a commit not on the master
branch, which has to be specifically fetched. Adding `--remote` to the
update command fixes this.

The decomp-permuter has primary branch `main` not `master` like this
repo, so this has to be specified in `.gitmodules` when using `--remote`.

* Rework `git submodule update...` part of Makefile
2021-05-18 19:53:11 -04:00
..
2020-09-13 21:09:13 -04:00
2021-04-29 18:56:18 -04:00
2021-02-24 00:50:57 -05:00
2021-05-10 21:22:03 -04:00
2021-03-27 14:10:09 -05:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2021-04-29 18:56:18 -04:00
2021-04-29 18:56:18 -04:00
2020-09-13 21:09:13 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-02-19 11:18:03 -06:00
2021-03-16 21:49:27 -04:00
2020-09-13 21:09:13 -04:00
2020-09-13 21:09:13 -04:00
2020-09-13 21:09:13 -04:00
2021-03-27 19:55:42 -05:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00
2020-09-17 17:11:59 -04:00