Skip to content
Snippets Groups Projects
Verified Commit 09c68dca authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make "make test" easier to access

parent f96bcfac
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ images/wide.jpg:| images ...@@ -12,6 +12,8 @@ images/wide.jpg:| images
ALL_FILES := $(wildcard *.tex) $(wildcard *.sty) | $(DROSS) ALL_FILES := $(wildcard *.tex) $(wildcard *.sty) | $(DROSS)
.PHONY: test
test: $(DROSS)/test.pdf
$(DROSS)/test.pdf: test.tex $(ALL_FILES) $(DROSS)/test.pdf: test.tex $(ALL_FILES)
$(RUN) test.tex $(RUN) test.tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment