lantus / cannonball-nx

Nintendo Switch Port of Cannonball
46 stars 4 forks source link

Cleanup & fix Makefile #1

Open nchowning opened 6 years ago

nchowning commented 6 years ago

After one of the most recent commits, I was unable to compile this as it couldn't find switch.h due to libnx/includes not being included when compiling the object files. I added that to CXXINCS and cleaned up some unnecessary lines and whitespace. Lastly, I added an all-before action that just makes sure that the build, obj, and release directories exist before compiling.