tmux/regress/Makefile
2017-04-30 13:47:25 +01:00

9 lines
76 B
Makefile

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