mirror of
https://git.zx2c4.com/cgit
synced 2025-06-25 03:08:41 +02:00
tests/Makefile: not everyone has .
in $PATH
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
566f92b276
commit
f49ea2c996
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
|
||||||
all: $(T)
|
all: $(T)
|
||||||
|
|
||||||
$(T):
|
$(T):
|
||||||
@$@
|
@./$@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -rf trash
|
$(RM) -rf trash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue