diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..13714e7 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,9 @@ +.PHONY: all clean + +all: documentation.pdf + +clean: + rm -rf documentation.pdf + +include asciidoc-boilerplate/thesis.mk + |