mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 23:23:12 +08:00
5 lines
132 B
Makefile
5 lines
132 B
Makefile
all:
|
|
@echo "Try 'make readme'"
|
|
|
|
readme:
|
|
godoc -templates=./readme-template/ "github.com/skratchdot/open-golang/open" > ./README.md
|