Makefile removes zip file

This commit is contained in:
Jan Benda 2017-01-24 09:49:13 +01:00
parent d10d67b039
commit 4413746270
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
all:
for d in `ls -d project_*/`; do \
echo "Processing $$d" ; \
a=$$(echo $$d*.tex) ; \
rm $${a%.tex}.zip ; \
cd $$d; $(MAKE) zip ; cd .. ; \
done