This website requires JavaScript.
Explore
Help
Sign In
circlecloud
/
tmux
Watch
1
Star
0
Fork
0
You've already forked tmux
mirror of
https://github.com/tmux/tmux.git
synced
2024-11-06 02:48:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2ee0962c96
tmux
/
regress
/
Makefile
10 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add regress/Makefile.
2017-04-30 12:47:25 +00:00
TESTS
!=
echo
*.sh
.PHONY
:
all
$(
TESTS
)
.NOTPARALLEL.
2017-04-30 12:55:32 +00:00
.NOTPARALLEL
:
all
$(
TESTS
)
Add regress/Makefile.
2017-04-30 12:47:25 +00:00
all
:
$(
TESTS
)
$(TESTS)
:
sh
$*
.sh
Reference in New Issue
Copy Permalink