kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

build (94B)


      1 #!/usr/bin/env sh
      2 
      3 mkdir bin
      4 cd bin
      5 cmake ..
      6 cmake --build .
      7 cmake --build . --target install