skinpeel

Change vita's lockscreen foreground and background randomly
git clone https://git.neptards.moe/neptards/skinpeel.git
Log | Files | Refs | README | LICENSE

compile_convert.sh (210B)


      1 #! /bin/bash
      2 set -ex
      3 
      4 CFLAGS=(
      5     -O3 -std=c++17 -march=native
      6     -Wall -Wextra -Wno-unused-function -Wno-unused-parameter
      7     -Wno-missing-field-initializers
      8 )
      9 
     10 clang++ "${CFLAGS[@]}" -o convert convert.cpp