Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 407 Bytes

File metadata and controls

25 lines (22 loc) · 407 Bytes

Hiltmon's Project Structure and Makefile

Blog Post

install
$ git clone https://github.com/andrewmagill/SimpleProjectStructureCpp
$ cd SimpleProjectStructureCpp
$ chmod 700 makedirs.sh
$ ./makedirs.sh
usage
build
$ make
test
$ make tester
clean
$ make clean