Files
tmux/regress/Makefile
Nicholas Marriott 76950a6401 Add 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