1
0
mirror of https://github.com/tmux/tmux.git synced 2025-01-18 03:46:14 +00:00
tmux/regress/Makefile
Nicholas Marriott 4b39120d22 .NOTPARALLEL.
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