diff --git a/Makefile b/Makefile index 36a9666..aeb165d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: cp -r resources output/$(LANG)/ clean: - rm -r output/$(LANG)/* + rm -rf output/$(LANG)/* serve: all ./serve.py $(LANG)