FORTUNE_DIR = /usr/share/games/fortune

tao.dat: tao
	strfile tao

install:
	cp tao tao.dat $(FORTUNE_DIR)

uninstall:
	rm $(FORTUNE_DIR)/tao $(FORTUNE_DIR)/tao.dat
