Revision 5458
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
11 | 11 |
root := . |
12 | 12 |
bin := bin |
13 | 13 |
|
14 |
# OS |
|
15 |
os := $(shell uname) |
|
16 |
forOs = $(patsubst %,%-$(filter Linux Darwin,$(os)),$(1)) |
|
17 |
|
|
18 | 14 |
# Terminal |
19 | 15 |
esc := '[' |
20 | 16 |
reset := $(esc)'0m' |
Also available in: Unified diff
Factored OS section out from Makefile, input.Makefile into lib/common.Makefile