repo: todo action: blob revision: path_from: Makefile revision_from: refs/heads/master: path_to: revision_to:
blob of:
/ Makefile
refs/heads/master:/Makefile
PREFIX:=/usr/local .PHONEY: install all: echo nothing to do install: install -t $(PREFIX)/bin todo install -t $(PREFIX)/bin todo.add install -t $(PREFIX)/bin todo.current install -t $(PREFIX)/bin todo.grep install -t $(PREFIX)/bin todo.last install -t $(PREFIX)/bin todo.length install -t $(PREFIX)/bin todo.link install -t $(PREFIX)/bin todo.list install -t $(PREFIX)/bin todo.n install -t $(PREFIX)/bin todo.rm