Revision 5451
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
14 | 14 |
os := $(shell uname) |
15 | 15 |
forOs = $(patsubst %,%-$(filter Linux Darwin,$(os)),$(1)) |
16 | 16 |
|
17 |
# System |
|
18 |
date = $(shell date +"%Y-%m-%d-%H-%M-%S") |
|
19 |
|
|
20 | 17 |
# Terminal |
21 | 18 |
esc := '[' |
22 | 19 |
reset := $(esc)'0m' |
Also available in: Unified diff
Factored $(date) out from Makefile, input.Makefile into lib/common.Makefile