Skip to content
Snippets Groups Projects
Commit 596bb71d authored by Jan Wille's avatar Jan Wille
Browse files

add makefile back for building the sources

parent 6a9b3181
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
FILES := \
HsH-article.cls \
HsH-report.cls \
HsH-standalone.cls \
config.tex
.PHONY: src
src: $(FILES)
$(FILES) &: HsH-Classes.ins HsH-Classes.dtx
latex HsH-Classes.ins
.PHONY: clean
clean:
rm -f $(FILES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment