Skip to content

Commit a29a123

Browse files
committed
MISC: git clean for distclean make target
1 parent 77905bd commit a29a123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ distclean: clean
3030
-rm -r dist
3131
-rm build-stamp
3232
-rm -r .tox
33+
-git clean -fxd
3334

3435
dev: cythonize
3536
$(PYTHON) setup.py build_ext --inplace

0 commit comments

Comments
 (0)