Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
fix: remove *.pyc files in make clear
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Jun 11, 2018
1 parent 4918aeb commit 6d19b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ clear:
rm -rf dist
rm -rf *.egg-info
find . -name "*pycache*" | xargs rm -rf
rm paicli/*.pyc

build:
python setup.py install
Expand Down

0 comments on commit 6d19b10

Please sign in to comment.