lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 6 forks source link

Refactor `makefile` - Simplify `include` of dependency info #1134

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

Partial work for:

Since both objects and dependency files are in the intermediate folder, it's easier to derive the dependency filename from the object filename than from the source filename. This reduces the number of project specific variables that need to be touched.