tmux/regress/Makefile

9 lines
76 B
Makefile
Raw Normal View History

2017-04-30 12:47:25 +00:00
TESTS!= echo *.sh
.PHONY: all $(TESTS)
all: $(TESTS)
$(TESTS):
sh $*.sh