diff --git a/Makefile b/Makefile index 41d6bb9..6ccf59a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ .PHONY: doc test PROG=scriptform +fake: + # NOOP + install: cp src/scriptform.py /usr/bin/scriptform