Fix whitespace to be a TAB instead on spaces in Makefile. *le sigh*

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-03 21:27:44 +00:00
parent 042d52a75f
commit 6e877d2871
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ etags:
# Sanitation targets -- clean leaves libraries, executables and tags
# files, which clobber removes as well
pycremoval:
find . -name '*.py[co]' -exec rm -f {} ';'
find . -name '*.py[co]' -exec rm -f {} ';'
cleanup-src: pycremoval
cd gnupg && rm -f \#*\#