all repos — cgit @ f49ea2c9968a8b30c0c268ca52aa066960fd98f7

a hyperfast web frontend for git written in c

tests/Makefile: not everyone has `.` in $PATH

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Tue, 22 Jul 2008 19:01:31 +0200
commit

f49ea2c9968a8b30c0c268ca52aa066960fd98f7

parent

566f92b27618f67f59cc3642e17d9cb9c12634fa

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tests/Makefiletests/Makefile

@@ -5,7 +5,7 @@

all: $(T) $(T): - @$@ + @./$@ clean: $(RM) -rf trash