X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/571ed1a9a73129dff78c4d04333949605b91c273..0566f06dfdda0b0f4bf8d5046f1c6763ba3cc7a3:/Makefile diff --git a/Makefile b/Makefile index ef60b50..d6f0e7f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,14 @@ +prefix = /usr/local +bindir = $(prefix)/bin + +INSTALL = install + barcat: reformat-podusage ./$< $@ + +test: + prove -f t/regress.t + +install: barcat + $(INSTALL) -d '$(bindir)' + $(INSTALL) $< '$(bindir)'