Environment variable CORE_PATH should point to the root path of your CORE installation.
Alternatively, you can edit the CORE_PATH variable inside the Makefile.

Then type
	make
to build the project

To run the tests, type
	make test

