From: Oleg Broytman Date: Tue, 18 Feb 2014 21:58:11 +0000 (+0400) Subject: Rename test target from 'run' to 'all' X-Git-Tag: v2.3.5~5 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=01cbe8b2daaa4d64e9a39de1e59c567f0e9a8f5a Rename test target from 'run' to 'all' --- diff --git a/Makefile b/Makefile index 8586e19..5ba230c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ distr: .PHONY: test test: - make -C test + make -C test all CLEANFILES = *.py[co] MANIFEST diff --git a/test/Makefile b/test/Makefile index 07e45ba..34bda8a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ -.PHONY: run -run: +.PHONY: all +all: ./test_all