suppertails66 / mgltools

Miscellaneous tools for Mahou Gakuen Lunar!
Other
1 stars 1 forks source link

Makefile: use `$(MAKE -C) instead of cd #2

Closed mistydemeo closed 6 years ago

mistydemeo commented 7 years ago

Make is extremely space unsafe in variable names, so if the working directory contains spaces, the cd $(CURDIR) would fail. $(MAKE) -C builds the subdirectory fine and doesn't strip over spaces though!

mistydemeo commented 6 years ago

Ping - any chance you'd be able to take a peek at this and my other PRs?