Skip to content

Commit

Permalink
1.3.2dev: merge [15285] from 1.2-stable (fix make clean)
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@15286 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
cboos committed Dec 5, 2016
2 parents 9e4d676 + 56f7cfb commit 52c095a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -102,7 +102,7 @@ status:
Trac.egg-info: status
$(PYTHON) setup.py egg_info

clean: clean-bytecode clean-figleaf clean-coverage clean-doc
clean: clean-bytecode clean-coverage clean-doc

clean-bytecode:
find . -name \*.py[co] -exec rm {} \;
Expand Down

0 comments on commit 52c095a

Please sign in to comment.