X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/f066b3f08d4c03198c25b243206227e5801b6935..db6fdbe0afecc171f9aba2cb140c9aab0b387afd:/Makefile diff --git a/Makefile b/Makefile index 0d7d36b..d6f0e7f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +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)'