.POSIX: .SUFFIXES: .PHONY: all install clean PREFIX = /usr/local all: install: mkdir -p -- $(PREFIX)/bin cp -- watch-git-tags $(PREFIX)/bin clean: