Skip to content

Commit

Permalink
Add a 'make clean' to backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Oct 9, 2015
1 parent 1f5d676 commit f974a3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@



clean:
find -name '*.pyc' -delete
find -name '__pycache__' -delete

install-deps:
pip install -r requirements.txt

0 comments on commit f974a3a

Please sign in to comment.