Skip to content

Commit 0a475ac

Browse files
committed
add clean
1 parent dbd8b08 commit 0a475ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ S3_BUCKET=pythonplot.com
66
all: render s3_upload
77
echo "Done"
88

9+
clean:
10+
rm -f Examples.*.ipynb
11+
rm -f *.pyc
12+
913
travis: render
1014
echo "Done"
1115

@@ -21,4 +25,4 @@ s3_upload:
2125
run_nb:
2226
jupyter nbconvert --to notebook --execute "Examples.ipynb" --output "Examples.$(GIT_COMMIT).ipynb"
2327

24-
.PHONY: all render s3_upload run_nb travis
28+
.PHONY: all render s3_upload run_nb travis clean

0 commit comments

Comments
 (0)