File: compile-driver.sh

package info (click to toggle)
openrazer 2.9.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,176 kB
  • sloc: python: 9,377; ansic: 8,091; sh: 580; makefile: 179; xml: 141
file content (7 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash -ex

if [ -z $(grep ccflags-y driver/Makefile) ]; then
    echo "ccflags-y := -Wall -Werror" >> driver/Makefile
fi

make