You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- !/bin/sh
- make clean
- make -j8 dist
- rm -rf ../Southpole
- cp -r dist/Southpole ..
- make clean
- make -j8 -f Makefile.parasites dist
- rm -rf ../Southpole-parasites
- cp -r dist/Southpole-parasites ..
- make clean
|