mirror of https://bitbucket.org/ausocean/av.git
init/Makefile: renaming install_soft target to rebuild and performing go build under this target
This commit is contained in:
commit
3bae489a20
|
@ -25,8 +25,7 @@ endif
|
|||
.SILENT:syncreboot
|
||||
.SILENT:clean
|
||||
|
||||
install_soft:
|
||||
sed -i 's/<user>/$(USR)/' rv.service
|
||||
rebuild:
|
||||
sed -i 's/<user>/$(USR)/' run.sh
|
||||
chmod +x run.sh
|
||||
cd ../cmd/rv; go build -tags nocv
|
||||
|
|
Loading…
Reference in New Issue