Skip to content

Commit

Permalink
Don't dh_clean dist
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Feb 20, 2018
1 parent d4a5992 commit 84be48d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test:

clean:
dh_clean
rm -fr $(NAME).egg-info/ tags
rm -fr dist/ $(NAME).egg-info/ tags
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir clean; \
done
Expand Down
1 change: 0 additions & 1 deletion debian/clean
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dist/
build/
.pybuild/

0 comments on commit 84be48d

Please sign in to comment.