summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/generic/harftex/test/Makefile
blob: 9c676e33d24965d817f0a0f1f775aaa3d789aa23 (plain)
1
2
3
4
5
6
7
8
9
10
11
SHELL := /bin/bash

.PHONY: test.pdf test-latex.pdf

all: test.pdf test-latex.pdf

test.pdf: test.tex
	time harftex $<

test-latex.pdf: test-latex.tex
	time harflatex $<