### Makefile to be included in the binary only distribution.

INSTALLPATH = /usr/local/bin

install:
	cp -v ./bin/shield* ${INSTALLPATH}
	chmod -v 755 ${INSTALLPATH}/shield*
	@echo "Now you must install/upgrade pymchelper."
	@echo "pip install pymchelper"
	@echo "pip install pymchelper --upgrade"
	@echo "or see https://github.com/DataMedSci/pymchelper"
	@echo "for details."
uninstall:
	rm -fi ${INSTALLPATH}/shieldhit
	rm -fi ${INSTALLPATH}/shield2fluka
