/build/gen.sh
http://bdremote-ng.googlecode.com/ · Shell · 11 lines · 8 code · 2 blank · 1 comment · 2 complexity · 40ed0d649fd1442b8141fdc759c53793 MD5 · raw file
- #!/bin/sh
- export CFLAGS="-g -Wall -Wextra -pedantic"
- mkdir -p linux && \
- cd linux && \
- cmake \
- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
- -DUSE_SPLINT:BOOL=OFF \
- -DENABLE_REPEAT:BOOL=ON \
- -G "Unix Makefiles" ../