From 714258221c7c64414cb41d325ede1da4c52af7ef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 20:21:31 +0300 Subject: Fix debian/rules for Debian 8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3bf71dd..67fbcb9 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: clean: rm -f *.py[co] */*.py[co] .coverage rm -rf build - + check: ./testrun rm -f .coverage -- cgit v1.2.1