Commit Graph
4 Commits
Author SHA1 Message Date
Dario Vladović 5b320526e6 refactor: simplify .travis.sh by removing redundant cd commands and inlining WREN_PY default
Replace repeated cd into WREN_WD and back with make -C, and collapse the conditional WREN_PY_BINARY assignment into a single parameter expansion.
2020-06-06 20:00:11 +00:00
Dario Vladovic 3af8b5b1b0 chore: add .vscode directory to gitignore to exclude IDE project files 2020-06-06 18:42:00 +00:00
Dario Vladovic 717958190c chore: add .DS_Store entries to .gitignore for macOS system files 2020-06-06 03:09:51 +00:00
Dario Vladovic 974d04e5c1 fix: add --version option and format help output in cli/main.c 2020-06-06 02:55:54 +00:00