mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
9 lines
76 B
Makefile
9 lines
76 B
Makefile
TESTS!= echo *.sh
|
|
|
|
.PHONY: all $(TESTS)
|
|
|
|
all: $(TESTS)
|
|
|
|
$(TESTS):
|
|
sh $*.sh
|