💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › cmake.sh.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

cmake.sh - dotfiles - Collection of my dotfiles

Log

Files

Refs

---

cmake.sh (98B)

---

1 #! /bin/sh

2 mkdir build

3 cmake .. . &&time make -j $(nproc) && doas make install

4 cd ..

5 rm -rf build

generated w/ stagit-gemini