From 65b58c1b47b17823e076d4c946be814b34cbae37 Mon Sep 17 00:00:00 2001 From: Max Pernklau Date: Mon, 18 Jan 2021 11:28:17 +0100 Subject: basic structure, working Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..12a28bd --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: *.adoc + asciidoctor main.adoc --out-file sinking-ship.html + asciidoctor -r asciidoctor-pdf -b pdf main.adoc --out-file sinking-ship.pdf \ No newline at end of file -- cgit v1.2.3-70-g09d2