First commit
This commit is contained in:
13
Implementierung/Makefile
Normal file
13
Implementierung/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
include ../common.mk
|
||||
|
||||
|
||||
all: Handbuch.pdf
|
||||
|
||||
Handbuch.pdf: Handbuch.md
|
||||
$(PANDOC) $^ --latex-engine=xelatex -o $@
|
||||
|
||||
clean:
|
||||
$(RM) Handbuch.pdf
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
Reference in New Issue
Block a user