mirror of
https://github.com/rclone/rclone.git
synced 2024-12-01 21:04:56 +01: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
|