
This should improve compile times on multi-core CPUs since tests and core can compile at the same time.
14 lines
201 B
Prolog
14 lines
201 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
core \
|
|
akashi \
|
|
tests
|
|
|
|
akashi.subdirs = akashi
|
|
core.subdirs = core
|
|
core.tests = tests
|
|
|
|
# How to make subdirs not suck. Simple, use depends.
|
|
akashi.depends = core
|