Make - Thomas-Elder/hobby.c.project-euler GitHub Wiki
There is a makefile which has separate compilation targets. There is a build program set of rules and a build test program set of rules. The following make commands are most used:
- 'make' compiles bin\project_euler.exe
- 'make test' compiles test\bin\test.exe
- 'make clean' cleans the main project
- 'make test_clean' cleans the test project