Makefile removes zip file
This commit is contained in:
parent
d10d67b039
commit
4413746270
@ -1,6 +1,8 @@
|
|||||||
all:
|
all:
|
||||||
for d in `ls -d project_*/`; do \
|
for d in `ls -d project_*/`; do \
|
||||||
echo "Processing $$d" ; \
|
echo "Processing $$d" ; \
|
||||||
|
a=$$(echo $$d*.tex) ; \
|
||||||
|
rm $${a%.tex}.zip ; \
|
||||||
cd $$d; $(MAKE) zip ; cd .. ; \
|
cd $$d; $(MAKE) zip ; cd .. ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user