Revision 11844
Added by Aaron Marcuse-Kubitza about 11 years ago
Makefile | ||
---|---|---|
35 | 35 |
|
36 | 36 |
config: _always |
37 | 37 |
mkdir -p ~/bin |
38 |
ln -s $(realpath bin/make) ~/bin |
|
38 |
-ln -s $(realpath bin/make) ~/bin |
|
39 |
# ignore errors if file exists |
|
39 | 40 |
|
40 | 41 |
##### Core: VegBIEN DB and dependencies |
41 | 42 |
|
Also available in: Unified diff
bugfix: /Makefile: config: ignore errors if ~/bin/make exists