all:
	@echo "Nothing to configure or compile -- run make install to install in /usr/share/fortunes/"

install:
	@cp -f mods/* /usr/share/fortune
