Project

General

Profile

« Previous | Next » 

Revision 5451

Factored $(date) out from Makefile, input.Makefile into lib/common.Makefile

View differences:

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