Project

General

Profile

« Previous | Next » 

Revision 4414

input.Makefile: Add the bin folder to the PATH so .make scripts can easily use programs in it

View differences:

inputs/input.Makefile
72 72
$(setSvnIgnore)
73 73
endef
74 74

  
75
##### Environment
76

  
77
export PATH := $(bin):$(PATH)
78

  
75 79
##### General targets
76 80

  
77 81
all: _always maps ;

Also available in: Unified diff