summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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: