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.

11 lines
200B

  1. !/bin/sh
  2. make clean
  3. make -j8 dist
  4. rm -rf ../Southpole
  5. cp -r dist/Southpole ..
  6. make clean
  7. make -j8 -f Makefile.parasites dist
  8. rm -rf ../Southpole-parasites
  9. cp -r dist/Southpole-parasites ..
  10. make clean