Skip to content

Commit 3bf6875

Browse files
committed
Update Makefile
1 parent 35d5349 commit 3bf6875

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ clean:
55
.PHONY: test
66
test:
77
rake test
8+
9+
.PHONY: pylama
10+
pylama:
11+
rm -rf pylibs/pylama
12+
cp -r ~/Dropbox/projects/pylama/pylama pylibs/pylama
13+
cp -r ~/Dropbox/projects/pylama/plugins/pylama_pylint/pylama_pylint/ pylibs/pylama/lint/pylama_pylint

0 commit comments

Comments
 (0)