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.

12 lines
143 B

  1. #!/bin/sh
  2. ## Native Linux compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>
  3. set -ex
  4. ./bootstrap
  5. ./configure
  6. make clean
  7. make -j6