Make setup.sh an actual setup (or switch to a `make` subcommand)
JPTIZ opened this issue · 1 comments
JPTIZ commented
Currently, setup.sh
exists just to a quick workshop I lectured years ago and everything it does is...
#!/usr/bin/bash
export LIBGBA=$(pwd)
...pretty self-explanatory. It would be nice to make it actually do something useful - or even remove it or switch into make commands.