diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 14:37:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 14:37:03 -0600 |
| commit | c641154bf9c196bd43d588cab63c41b84ff38fec (patch) | |
| tree | 2ff0c27690a4b1ce75adb1e36bc2865ee56186d3 | |
| parent | dc0b426de0e33f827caa5f281bb5be6e88ce61ff (diff) | |
add simple notes
Signed-off-by: Jeff Carr <[email protected]>
| -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 |
