X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/571ed1a9a73129dff78c4d04333949605b91c273..723ee2afb91020afe0bb270f91c76bef283b6643:/Makefile diff --git a/Makefile b/Makefile index ef60b50..2775a1d 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,17 @@ +prefix = /usr/local +bindir = $(prefix)/bin + +INSTALL = install + barcat: reformat-podusage ./$< $@ + +test: + t/regress.t +tests: + mkdir -p sample/out + prove -f + +install: barcat + $(INSTALL) -d '$(bindir)' + $(INSTALL) $< '$(bindir)'