tmux/regress/Makefile

10 lines
103 B
Makefile

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