Revision 6965
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
13 | 13 |
# Make |
14 | 14 |
SHELL := /bin/bash |
15 | 15 |
|
16 |
# OS |
|
17 |
isMac := $(filter Darwin,$(os)) |
|
18 |
|
|
19 | 16 |
# Paths |
20 | 17 |
bin := $(root)/bin |
21 | 18 |
|
Also available in: Unified diff
backups/Makefile: Factored $(isMac) out into lib/common.Makefile