Prevent 'make clean' run twice in a row printing an error

This commit is contained in:
Andrew Scheller 2015-11-12 00:30:49 +00:00
parent 3b56d05db9
commit b835332205
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ all:
cp -r resources output/$(LANG)/
clean:
rm -r output/$(LANG)/*
rm -rf output/$(LANG)/*
serve: all
./serve.py $(LANG)