Revision 5451
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
37 | 37 |
# Formatting |
38 | 38 |
SED = sed -$(if $(filter Darwin,$(os)),E,r) |
39 | 39 |
|
40 |
# System |
|
41 |
date = $(shell date +"%Y-%m-%d-%H-%M-%S") |
|
42 |
|
|
43 | 40 |
# Terminal |
44 | 41 |
termCols := $(shell tput cols) |
45 | 42 |
esc := '[' |
Also available in: Unified diff
Factored $(date) out from Makefile, input.Makefile into lib/common.Makefile