diff --git a/Makefile b/Makefile index 6afea021719d2ca810f61c9da50f71fdbadf70d7..6d5528ad12ca2b888273504cda95ae620c0644e8 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,9 @@ images/wide.jpg: images convert -size 100x60 xc:skyblue -fill white -stroke black -draw "ellipse 50,30 40,20 45,270" images/wide.jpg all: docs test clean: - rm -rf *pdf *.aux *.toc *.acn *.acr *.log *.ptc *.out *.idx *.ist *.alg *.glo svg-inkscape + rm -rf *pdf *.aux *.toc *.acn *.acr *.log *.ptc *.out *.idx *.ist *.alg *.glo \ + *.slo \ + *.sls \ + *.glg \ + *.gls \ + svg-inkscape