mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 00:18:41 +00: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
@ -5,7 +5,7 @@ T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
|
||||
all: $(T)
|
||||
|
||||
$(T):
|
||||
@$@
|
||||
@./$@
|
||||
|
||||
clean:
|
||||
$(RM) -rf trash
|
||||
|
Loading…
Reference in New Issue
Block a user