mirror of
https://git.zx2c4.com/cgit
synced 2025-06-24 18:58:39 +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)
|
||||
|
||||
$(T):
|
||||
@$@
|
||||
@./$@
|
||||
|
||||
clean:
|
||||
$(RM) -rf trash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue