install:
	@echo "Start compiling..."
	g++ ./src/necronda-server.cpp -o ./bin/necronda-server
	@echo "Finished compiling!"