Revision 4414
Added by Aaron Marcuse-Kubitza about 12 years ago
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
input.Makefile: Add the bin folder to the PATH so .make scripts can easily use programs in it