termui/Makefile

6 lines
99 B
Makefile
Raw Permalink Normal View History

2019-01-24 04:12:10 +00:00
.PHONY: run-examples
run-examples:
@for file in _examples/*.go; do \
go run $$file; \
done;