PROGRAM=adb-forward-touch default: $(PROGRAM) PREFIX ?= /usr/local install: mkdir -p $(PREFIX)/bin cp $(PROGRAM) $(PREFIX)/bin