Revision 5456
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
8 | 8 |
subMake = $(MAKE) $(call subPath,$@) --directory=$(call topDir,$@) |
9 | 9 |
|
10 | 10 |
# Paths |
11 |
root := . |
|
11 | 12 |
bin := bin |
12 | 13 |
|
13 | 14 |
# OS |
Also available in: Unified diff
Makefile: Added $(root) for use with $(rootRevision)