Skip to content

Commit

Permalink
Fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Feb 11, 2022
1 parent 20ff622 commit c97d24c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ INDEX_URL = ${MAIN_INDEX_URL}
PIP_ARGS = --index-url ${MAIN_INDEX_URL}

clean:
rm -fR build/
rm -fR dist/
rm -fR .eggs/
rm -fR build/ mongotail.egg-info/ dist/ .eggs/

clean-all: clean
rm -Rf ${VENV}
Expand Down

0 comments on commit c97d24c

Please sign in to comment.