Remove unnecessary `make` from install instructions

This commit is contained in:
LordBlick 2015-09-21 08:54:00 +02:00
parent 725f6f9483
commit 07ec95c55b
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ $ BUILD_SRC=$(pwd)
$ mkdir -p ~/tmp/kicad-i18n-build
$ cd ~/tmp/kicad-i18n-build
$ cmake ${BUILD_SRC}
$ make
$ make install
$ cd ..
$ rm -rf ~/tmp/kicad-i18n-build