
build-docker:
	sudo docker build -t nc-multilib:stable .

run:
	sudo docker run -it -v $(PWD)/../..:/mnt nc-multilib:stable bash
