make will build program and library file if make installed.
To build and run use make run instead.
You may change .NET version at the top of Makefile or use any IDE.
$ make run
Main Program: Started
Main Program: Invoking Method Located in DLL
DLL Library: >>> Hello from DLL Method! <<<
The Unlicense. Feel free to use or change it how you need.