X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=58d8bcfdab1515a70d5707dba765655df6aeea7f;hb=93e3f055dce57cca7b6c6b398217b5fff9b086bb;hp=12b9bd9684cb9383d922021a62cb31ddbf3821cb;hpb=77b3ab94d1f635b819a50b4cf5a9cfa250cf92a9;p=mimedecode.git diff --git a/Makefile b/Makefile index 12b9bd9..58d8bcf 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ docs: mimedecode.man mimedecode.txt mimedecode.html include Makefile.4xslt -CLEANFILES = mimedecode.pyc MANIFEST sdist +CLEANFILES = *.py[co] MANIFEST .PHONY: clean clean: @@ -34,4 +34,4 @@ clean: .PHONY: distclean distclean: clean - rm -rf dist sdist + rm -rf dist