all: 
	chown root.root *
	chmod 600 *
	chmod 700 sbscanner
	@echo "Nothing to make! Just run sbscanner"

default: 
	@echo "Just run sbscanner!"
