This website requires JavaScript.
Explore
Help
Register
Sign In
eburk
/
aoc
Watch
1
Star
0
Fork
0
You've already forked aoc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aoc
/
build.sh
10 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
setup 2021, remove loop from main
2021-12-10 11:01:51 -08:00
#!/bin/sh -e
OS detection through Cmake
2021-09-08 11:19:24 -07:00
mkdir -p build
cd
build
cmake ..
make
cp advent ..
2015-04, add md5 helper function
2021-09-08 12:12:11 -07:00
cp compile_commands.json ..
OS detection through Cmake
2021-09-08 11:19:24 -07:00
cd
..
Reference in New Issue
Copy Permalink