Skip to content

Commit

Permalink
fix make example
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Jan 23, 2024
1 parent 9372c58 commit b203182
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.PHONY: clean all cleanall
.PHONY: clean all cleanall example

all: cleanall example.pdf

example.pdf: example.tex newrevisor.sty
example: example.pdf

example.pdf: example.tex example-common.tex newrevisor.sty
@$(MAKE) clean
latexmk -pdf "example.tex"
@$(MAKE) clean
Expand Down

0 comments on commit b203182

Please sign in to comment.