diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ +all: + @echo this is a gui for the cloudflare package + redomod: rm -f go.* go mod init go mod tidy + +github: + @echo + @echo no github mirror for this + @echo |
