This commit is contained in:
dpelton 2015-10-09 15:29:20 +00:00
commit eff943df07
1 changed files with 38 additions and 39 deletions

View File

@ -25,7 +25,6 @@ SHELL_TARGETS := $(addprefix test-,$(SHELLS))
# Test suites are the names of subfolders of './test'.
TEST_SUITE := $(shell find ./test/* -type d -prune -exec basename {} \;)
# Default target (by virtue of being the first non '.'-prefixed in the file).
.PHONY: _no-target-specified
_no-target-specified: