calligraf0

Results 1 comments of calligraf0

In the Makefile, under the `setup` action, change: `git submodule update --init --recursive` to `git submodule update --force --remote --init --recursive`. Worked for me :)