all:
	echo "No 'all'. This just installs minder."

install:
	install -d ~/.minder/
	install -d ~/bin/
	install --mode=555 minder ~/bin/
	install --mode=600 perm ~/.minder/
	#echo "#<month> <day> <day-of-week> :<origin>: <comment>" >> ~/.minder/`date +'%Y'`

