Install dependencies for the user
./run install
Compile and create executable
./run build
Run the CLI program (URL_FILE
is a file consisting of URLs separated by newlines)
./run <URL_FILE>
Run the full test suite
./run test
Clean up products of compilation
make clean
View lines of code by language (see AlDanial/cloc)
make cloc
- Philip Chu, PC192
- Esteban Gorostiaga, estebangorostiaga
- Connor Hise, Chise7
- Kevin Kwon, realkevinkwon