mirror of
https://github.com/tmux/tmux.git
synced 2024-11-01 15:18:53 +00:00
11 lines
112 B
Makefile
11 lines
112 B
Makefile
TESTS!= echo *.sh
|
|
|
|
.PHONY: all $(TESTS)
|
|
.NOTPARALLEL: all $(TESTS)
|
|
|
|
all: $(TESTS)
|
|
|
|
$(TESTS):
|
|
sh $*.sh
|
|
sleep 1
|