drmortalwombat / oscar64

Optimizing Small memory C Compiler Assembler and Runtime for C64
GNU General Public License v3.0
261 stars 21 forks source link

Simplified Building Process #44

Closed Retro-Hax closed 1 month ago

Retro-Hax commented 8 months ago

So just thought id put in the rather small effort of making the build process more simpler so instead of the user having to cd into build and running make from there the Makefile is instead placed in root and build files like .o and .d can be found inside build while the binary is found inside the bin folder. If there is any isuses with that or just other things i missed please tell me! (The README was not changed because i honestly forgot about it)

everslick commented 2 months ago

I'd also find this a more intuitive way to build the binary. :upvote: ;-)