Revision 5459
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
1 |
root := . |
|
1 | 2 |
include lib/common.Makefile |
2 | 3 |
|
3 | 4 |
|
... | ... | |
8 | 9 |
subMake = $(MAKE) $(call subPath,$@) --directory=$(call topDir,$@) |
9 | 10 |
|
10 | 11 |
# Paths |
11 |
root := . |
|
12 | 12 |
bin := bin |
13 | 13 |
|
14 | 14 |
# Terminal |
Also available in: Unified diff
Makefile: Moved setting of $(root) before include of lib/common.Makefile because it's used by lib/common.Makefile