do make install by default

This commit is contained in:
Von Random 2018-12-18 16:50:11 +03:00
parent 77f186c3c6
commit a7aed49cf3

View file

@ -28,4 +28,4 @@ for patch in $PATCHLIST; do
patch -p1 -i ../$patch
done
make $MAKE_OPTS $*
make $MAKE_OPTS ${*-install}