1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-16 08:28:49 +00:00
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