X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/571ed1a9a73129dff78c4d04333949605b91c273..e1677f5ff98c942aa9758da02b7d4336b3dfe46b:/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)'