Spaces:
Runtime error
Runtime error
Alexander Seifert
commited on
Commit
•
0bc7977
1
Parent(s):
9b81ec1
update makefile
Browse files
Makefile
CHANGED
@@ -3,6 +3,7 @@ doc:
|
|
3 |
|
4 |
vis2: doc
|
5 |
pandoc html/index.md -s -o html/index.html
|
|
|
6 |
zip -r vis2.zip doc html src Makefile presentation.pdf requirements.txt
|
7 |
|
8 |
run:
|
|
|
3 |
|
4 |
vis2: doc
|
5 |
pandoc html/index.md -s -o html/index.html
|
6 |
+
rm -rf src/__pycache__ && rm -rf src/subpages/__pycache__
|
7 |
zip -r vis2.zip doc html src Makefile presentation.pdf requirements.txt
|
8 |
|
9 |
run:
|