Added 'make install' to rfcmd makefile. Thanks to Hans Winzell
This commit is contained in:
parent
a7595ac18b
commit
935e97c77d
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
make clean
|
||||
make
|
||||
echo rfcmd built!
|
||||
|
||||
set -e
|
||||
make clean || { echo "Warning: make clean failed"; }
|
||||
make || { echo "make failed"; exit 1; }
|
||||
make install || { echo "make install failed"; exit 1; }
|
||||
echo rfcmd built and installed!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue