#167830 - Echo49 - Mon Mar 30, 2009 11:02 am
At the moment, my makefile is full of this:
etc., etc.
Similarly with my data directory. Is there a way to just specify "source" and have it check every subdirectory within it?
Code: |
SOURCES := \
source \ source/Libraries \ source/System \ source/Graphics \ source/Helpers \ source/GameplayElements |
etc., etc.
Similarly with my data directory. Is there a way to just specify "source" and have it check every subdirectory within it?