fix typo in make clean

This commit is contained in:
James Vasile 2011-09-30 00:48:26 -04:00
parent c8494f02f5
commit 1fa54e3ec4

View File

@ -11,5 +11,5 @@ templates: $(TEMPLATE_PYFILES)
template: templates
clean:
rm -rf .\#* \#* *.pyz *.bak
rm -rf .\#* \#* *.pyc *.bak
@rm -f $(TEMPLATE_PYFILES)