better makefile

This commit is contained in:
Maximilian Keßler 2022-01-20 12:07:35 +01:00
parent 5c45b89b52
commit b514de5e09

View File

@ -1,4 +1,7 @@
all: clean-sty pdf sty sty:
pdflatex groupthm.ins
all: clean pdf sty
pdf: pdf:
pdflatex groupthm.dtx pdflatex groupthm.dtx
@ -15,7 +18,4 @@ clean: clean-sty
clean-sty: clean-sty:
rm -f groupthm.sty rm -f groupthm.sty
sty:
pdflatex groupthm.ins
.PHONY: pdf clean .PHONY: pdf clean