sct

set color temperature
git clone anongit@rnpnr.xyz:sct.git
Log | Files | Refs | Feed | README | LICENSE

build.sh (134B)


      1 #!/bin/sh
      2 
      3 cflags="-Wall -Wextra -pedantic -std=c99 -O3 -march=native"
      4 ldflags="-lX11 -lXrandr -lm"
      5 
      6 cc $cflags sct.c -o sct $ldflags