This website requires JavaScript.
Explore
Help
Sign In
cspark
/
CPP-on-NixOS
Watch
1
Star
0
Fork
You've already forked CPP-on-NixOS
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
53b9bb2d72
CPP-on-NixOS
/
run.sh
8 lines
72 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
cmake -B build --fresh
cmake --build build
./build/discern
Reference in New Issue
View Git Blame
Copy Permalink