This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
termui
mirror of
https://github.com/gizak/termui.git
Watch
1
Star
0
Fork
You've already forked termui
0
Code
Issues
Projects
Releases
Wiki
Activity
6b701f2a5a
termui
/
Makefile
6 lines
99 B
Makefile
Raw
Blame
History
.PHONY
:
run
-
examples
run-examples
:
@for file in _examples/*.go
;
do
\
go run
$$
file
;
\
done
;
Reference in New Issue
View Git Blame
Copy Permalink