diff options
author | hut <hut@lavabit.com> | 2010-03-21 04:36:03 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-21 04:36:03 +0100 |
commit | fde932f216932009fc7cdb1b362012651c03468f (patch) | |
tree | b4f19b2f01f199f44818fc6e4bfc994f83c097a6 | |
parent | 75d98c66fffb40c8d84fbfd3fd0e469b2a2db3d2 (diff) | |
download | ranger-fde932f216932009fc7cdb1b362012651c03468f.tar.gz |
make test: don't use "clean" before "test"
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 60de6487..83ee1e3d 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ cleandoc: clean: find . -regex .\*.py[co]$ | xargs rm -f -- -test: clean +test: ./all_tests.py edit: |