8000 Remove deploy make target, add nopyc make target · burhan/twilio-python@21fc89a · GitHub
[go: up one dir, main page]

Skip to content

Commit 21fc89a

Browse files
committed
Remove deploy make target, add nopyc make target
1 parent b58ae83 commit 21fc89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ build: test-install
4242
clean:
4343
rm -rf venv
4444

45-
deploy:
46-
. venv/bin/activate; python deploy.py
45+
nopyc:
46+
find . -name \*.pyc -delete

0 commit comments

Comments
 (0)
0