Project

General

Profile

« Previous | Next » 

Revision 5453

input.Makefile: Removed no longer used $(SED)

View differences:

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