Skip to content

Instantly share code, notes, and snippets.

View alecandido's full-sized avatar
:electron:
quantum processing...

Alessandro Candido alecandido

:electron:
quantum processing...
View GitHub Profile
@maciakl
maciakl / Makefile
Created June 14, 2016 13:29
Pandoc, continous compilation setup.
# Run watch -n1 make
files := $(shell xargs -a COMPILELIST.TXT)
index.html: $(files)
pandoc $(files) --toc -f markdown -t html -c style.css -o $@