From 50725deb15a9867e1b721579a10a44ec7d3c8891 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 19 Aug 2018 17:41:04 +0200 Subject: [PATCH] A Makefile disclaimer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think it’s in order ;) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1803f51..93bffa7 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# Note: this whole makefile is a huge hack, is highly unportable, and probably +# won’t even do what it’s supposed to do. So, use with care, have fun :) + PRESENTATIONS=$(patsubst %.tex, %.pdf, $(wildcard presentations/*.tex)) BUILD_DIR=build BUILD_DECKS=$(subst presentations/,$(BUILD_DIR)/,$(wildcard presentations/content/*))