-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 697e5a1..8c6c236 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
@@ -1,13 +1,13 @@ | |||
1 | 1 | ||
2 | 2 | ||
3 | T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) | 3 | T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) |
4 | 4 | ||
5 | all: $(T) | 5 | all: $(T) |
6 | 6 | ||
7 | $(T): | 7 | $(T): |
8 | @$@ | 8 | @./$@ |
9 | 9 | ||
10 | clean: | 10 | clean: |
11 | $(RM) -rf trash | 11 | $(RM) -rf trash |
12 | 12 | ||
13 | .PHONY: $(T) clean | 13 | .PHONY: $(T) clean |