blob: 59c64a235976a9cefa5528e917c4380eb82678a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
all: t1hfor.fd
t1hfor.fd: generate.sh TS1.etx dostretch.mtx t19.etx
./generate.sh
clean:
@rm -f *.vpl *.log ec*.mtx tc*.mtx *.pl hfo*.tex
distclean: clean
@rm -f *~
@rm -f *.tfm *.vf *.fd
|