DISTRHO Plugin Framework
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.

15 lines
161B

  1. #!/bin/bash
  2. set -e
  3. # Preparation
  4. _FLAGS="-Werror"
  5. export CFLAGS="${_FLAGS}"
  6. export CXXFLAGS="${_FLAGS}"
  7. # Start clean
  8. make clean >/dev/null
  9. # Build now
  10. make