initial commit

This commit is contained in:
Laurens Kils-Hütten
2020-10-03 23:57:59 +02:00
commit a7b542e7b6
6 changed files with 223 additions and 0 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
all: demo.pdf
%.pdf: %.tex coverart.png Makefile
pdflatex $<
%.png: %.cfdg Makefile
cfdg $< > $@
view: all
zathura *.pdf &
clean:
rm -f *~ *.log *.aux *.toc
realclean: clean
rm -f *.pdf coverart.png