Makefile: create dirs
This commit is contained in:
parent
387985b091
commit
a343865160
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -11,6 +11,7 @@ all: truckle
|
|||
@echo 'Please run "make install" to install.'
|
||||
|
||||
install: truckle
|
||||
mkdir -p $(D)$(BIN_PREFIX)
|
||||
install -m 0755 truckle $(D)$(BIN_PREFIX)/truckle
|
||||
for c in `./truckle --list-commands`; do ln -fs truckle $(D)$(BIN_PREFIX)/truckle-$${c} ; done
|
||||
for c in trdo tresume; do ln -fs truckle $(D)$(BIN_PREFIX)/$${c} ; done
|
||||
|
|
Loading…
Add table
Reference in a new issue