init/Makefile: renaming install_soft target to rebuild and performing go build under this target

This commit is contained in:
Saxon Nelson-Milton 2022-06-01 14:29:28 +09:30
commit 3bae489a20
1 changed files with 1 additions and 2 deletions

View File

@ -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