X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=test%2FMakefile;h=cf908beb7c607e34a9bcfcc210beb519567a103f;hp=9c27e0396c15d297ab66116691f2b044edfe1d34;hb=f738d498a8cd1b2e72836f597b7a4ae8e087afcc;hpb=0ab2dac3f883d910549ef00f5761a0b964a496a0 diff --git a/test/Makefile b/test/Makefile index 9c27e03..cf908be 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,9 +4,9 @@ PYTHON=python all: @echo "With Python 2:" - @make -e PYTHON=python2 regress + @$(MAKE) -e PYTHON=python2 regress @echo "With Python 3:" - @make -e PYTHON=python3 regress + @$(MAKE) -e PYTHON=python3 regress @echo "No diff output is good news." .SUFFIXES: .log .chk