Skip to content

Commit 700f84c

Browse files
committed
clean up makefile
1 parent f2d4031 commit 700f84c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ OUTPUTDIR=web
44
S3_BUCKET=pythonplot.com
55

66
all: render s3_upload
7-
echo "Done"
87

98
clean:
109
rm -f Examples.*.ipynb
1110
rm -f *.pyc
1211
rm -f .Rhistory
1312

1413
travis: test render
15-
echo "Done"
1614

1715
test:
1816
python -m pytest tests/
@@ -36,4 +34,4 @@ dev_environment:
3634
cloudfront_invalidate:
3735
python .travis/invalidate_cloudfront.py
3836

39-
.PHONY: all render s3_upload run_nb travis clean cloudfront_invalidate
37+
.PHONY: all qrender render s3_upload run_nb travis clean cloudfront_invalidate test dev_environment

0 commit comments

Comments
 (0)