kamil-tarnas / GameOfLife

Implementation of John Conway's Game of Life cellular automation
GNU General Public License v2.0
0 stars 1 forks source link

Create makefiles for managing building process #3

Closed kamil-tarnas closed 6 years ago

kamil-tarnas commented 7 years ago

Write makefiles for better management of building process for project source code and test code.

kamil-tarnas commented 7 years ago

Create multiple binaries. That is: one for target project and one for test. http://stackoverflow.com/questions/5191436/creating-two-separate-executables-from-a-makefile-g

kamil-tarnas commented 7 years ago

Investigate how to add gtest library for building test target in makefile.

kamil-tarnas commented 7 years ago

"No rule to make a target". Investigate: http://stackoverflow.com/questions/834748/gcc-makefile-error-no-rule-to-make-target http://stackoverflow.com/questions/834748/gcc-makefile-error-no-rule-to-make-target http://stackoverflow.com/questions/5874780/makefile-error-no-rule-to-make-target

kamil-tarnas commented 6 years ago

Makefile for test and production target has been implemented.