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

makefile, actually output to `src/` folder

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