mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 10:28:48 +00:00
10 lines
103 B
Makefile
10 lines
103 B
Makefile
TESTS!= echo *.sh
|
|
|
|
.PHONY: all $(TESTS)
|
|
.NOTPARALLEL: all $(TESTS)
|
|
|
|
all: $(TESTS)
|
|
|
|
$(TESTS):
|
|
sh $*.sh
|