PREFIX ?= /usr/local qotd: qotd.scm csc $< -o $@ .PHONY: install uninstall install: qotd install -D $< $(PREFIX)/bin/$< uninstall: rm -f $(PREFIX)/bin/$<