Fix whitespace to be a TAB instead on spaces in Makefile. *le sigh*
parent
042d52a75f
commit
6e877d2871
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ etags:
|
||||||
# Sanitation targets -- clean leaves libraries, executables and tags
|
# Sanitation targets -- clean leaves libraries, executables and tags
|
||||||
# files, which clobber removes as well
|
# files, which clobber removes as well
|
||||||
pycremoval:
|
pycremoval:
|
||||||
find . -name '*.py[co]' -exec rm -f {} ';'
|
find . -name '*.py[co]' -exec rm -f {} ';'
|
||||||
|
|
||||||
cleanup-src: pycremoval
|
cleanup-src: pycremoval
|
||||||
cd gnupg && rm -f \#*\#
|
cd gnupg && rm -f \#*\#
|
||||||
|
|
Loading…
Reference in New Issue