Add intro slides

This commit is contained in:
Alex Hirsch
2019-03-06 15:55:44 +01:00
parent 8dec8186bd
commit b2eb7c976f
3 changed files with 103 additions and 0 deletions

14
slides/Makefile Normal file
View File

@@ -0,0 +1,14 @@
SRC = $(wildcard *.md)
HTML = $(SRC:.md=.html)
.PHONY: all clean
all: $(HTML)
clean:
$(RM) $(HTML)
WD := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
# uses https://github.com/W4RH4WK/Dogx
include $(HOME)/git/dogx/template/settings.mk