Files
tmux/regress/Makefile
T
2017-04-30 13:55:32 +01:00

10 lines
103 B
Makefile

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