install.bat 148 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 @echo off make -f Makefile.win clean make -f Makefile.win uninstall make -f Makefile.win make -f Makefile.win install @echo on pause