Fix #40: clean untracked directories as well

This commit is contained in:
Matthias Vogelgesang 2015-04-17 09:10:24 +02:00
parent 629971f0fc
commit bf3494fb26
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $(PDF): beamerthemem.sty $(AUX) $(SRC)
clean:
@rm -f $(PDF)
@git clean -xf
@git clean -xfd
install:
mkdir -p $(INSTALL_DIR)