go:
	bash -n patch-system

install:
	./install-file --file patch-system --directory /usr/local/bin/.
	./install-file --file patch-system-with-email --directory /usr/local/bin/.
	./install-file --file normal-patch-output --directory /usr/local/lib/.
	cd mail-dan && make install
	sudo ./do-cron

clean:
	/bin/true