Revision 5453
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
34 | 34 |
os := $(shell uname) |
35 | 35 |
forOs = $(patsubst %,%-$(filter Linux Darwin,$(os)),$(1)) |
36 | 36 |
|
37 |
# Formatting |
|
38 |
SED = sed -$(if $(filter Darwin,$(os)),E,r) |
|
39 |
|
|
40 | 37 |
# Terminal |
41 | 38 |
termCols := $(shell tput cols) |
42 | 39 |
esc := '[' |
Also available in: Unified diff
input.Makefile: Removed no longer used $(SED)