Cease testing with Python 2.
[super-star-trek.git] / Makefile
index c6d84b92ec096f173b9af1942f6323006d8957b6..8ffb21428984fa58447608cfc020d8f67f6398f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ super-star-trek-$(VERS).tar.gz: $(SOURCES) sst.6
 dist: sst-$(VERS).tar.gz
 
 check: pylint
-       cd test; $(MAKE) --quiet
+       @cd test >/dev/null; $(MAKE) --quiet
 
 pylint:
        @pylint --score=n sst