Skip to content

Commit

Permalink
make clean now removes egg-info
Browse files Browse the repository at this point in the history
  • Loading branch information
arne-cl committed Oct 20, 2015
1 parent f3872b4 commit 5bf4550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -17,6 +17,8 @@ dbg:

clean:
rm -rf build/
rm -rf src/falcon.egg-info/

else
TOPDIR := ../..
SRCDIR := $(TOPDIR)/src
Expand Down

0 comments on commit 5bf4550

Please sign in to comment.