sbasm3
sbasm3 copied to clipboard
Fixes #12: sbasm exit code = 0 when error is not fatal?
trafficstars
Please check if I missed something, just wanted a quick fix to use sbasm in makefile properly ;)
Thanks for spotting this one. I've made a slightly different change and will commit that instead of your pull request. Your change comes after a possible run command. And I think the run command should not be executed when there was an error. See: https://www.sbprojects.net/sbasm/directives.php?directive=ru
Great, thank you!