Project

General

Profile

« Previous | Next » 

Revision 5458

Factored OS section out from Makefile, input.Makefile into lib/common.Makefile

View differences:

Makefile
11 11
root := .
12 12
bin := bin
13 13

  
14
# OS
15
os := $(shell uname)
16
forOs = $(patsubst %,%-$(filter Linux Darwin,$(os)),$(1))
17

  
18 14
# Terminal
19 15
esc := '['
20 16
reset := $(esc)'0m'

Also available in: Unified diff