adding chmod 755 for codespell target

fixing pep8 warnings.
This commit is contained in:
Peter Spiess-Knafl
2015-03-13 08:40:11 +01:00
committed by Peter Spiess-Knafl
parent cee960bddf
commit eb5ddf9c3c

View File

@ -11,6 +11,7 @@ all: codespell
codespell: codespell.py
sed "s|^default_dictionary = .*|default_dictionary = '${datadir}/dictionary.txt'|" < $^ > $@
chmod 755 codespell
check:
test 1bfb1f089c3c7772f0898f66df089b9e = $$(./codespell.py example/ | md5sum | cut -f1 -d\ )