Merge pull request #36 from lurch/patch-1

Prevent 'make clean' run twice in a row printing an error
This commit is contained in:
Philip Howard 2015-11-12 15:37:12 +00:00
commit 49554d14be
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)