open-golang/Makefile

5 lines
132 B
Makefile
Raw Permalink Normal View History

2013-06-09 16:04:09 +04:00
all:
@echo "Try 'make readme'"
readme:
godoc -templates=./readme-template/ "github.com/skratchdot/open-golang/open" > ./README.md