open-golang/Makefile

5 lines
132 B
Makefile

all:
@echo "Try 'make readme'"
readme:
godoc -templates=./readme-template/ "github.com/skratchdot/open-golang/open" > ./README.md