forked from Christian.Pape/gsd-questions
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
419 B
11 lines
419 B
all: solution exercise
|
|
|
|
solution:
|
|
- cp gsd-questions.tex gsd-questions-solution.tex && pdflatex '\def\loesung{} \input{gsd-questions-solution}' && rm gsd-questions-solution.tex
|
|
|
|
exercise:
|
|
- pdflatex gsd-questions
|
|
|
|
clean:
|
|
rm -rf gsd-questions.aux gsd-questions.log gsd-questions.out gsd-questions.pdf
|
|
rm -rf gsd-questions-solution.aux gsd-questions-solution.log gsd-questions-solution.out gsd-questions-solution.pdf
|