cgitsb/tests/Makefile
Lars Hjemli f49ea2c996 tests/Makefile: not everyone has . in $PATH
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-07-22 19:02:27 +02:00

14 lines
115 B
Makefile

T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
all: $(T)
$(T):
@./$@
clean:
$(RM) -rf trash
.PHONY: $(T) clean