A Makefile disclaimer

I think it’s in order ;)
This commit is contained in:
Daniel - 2018-08-19 17:41:04 +02:00
parent 82b6ee3274
commit 50725deb15
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Note: this whole makefile is a huge hack, is highly unportable, and probably
# wont even do what its 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/*))