tmux/regress/Makefile

9 lines
76 B
Makefile

TESTS!= echo *.sh
.PHONY: all $(TESTS)
all: $(TESTS)
$(TESTS):
sh $*.sh