Cleaned doc folder as it was unused

This commit is contained in:
Théo DURR
2022-12-15 22:17:59 +01:00
parent 5e56645704
commit 8716f2a01e
116 changed files with 0 additions and 5882 deletions

View File

@ -1,18 +0,0 @@
LATEX := pdflatex
TARGET := slide.pdf
.PHONY: all clean distclean
all: $(TARGET) clean
%.pdf: %.tex
echo "Building pdf"
$(LATEX) --shell-escape $<
rm -f $@
$(LATEX) --shell-escape $<
clean:
rm -f *.log *.nav *.snm *.aux *.out *.toc *.pyg
distclean: clean
rm -f $(TARGET)