Add intro slides
This commit is contained in:
14
slides/Makefile
Normal file
14
slides/Makefile
Normal 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
|
Reference in New Issue
Block a user