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