Skip to content

Commit

Permalink
Build: add make before make install to catch up Makefile change.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglei828 committed Jun 11, 2018
1 parent adc0908 commit 24391c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ function build() {
============================================
EOF
make clean
make -j `nproc`
make install -j `nproc`
}

Expand Down

0 comments on commit 24391c7

Please sign in to comment.