diff options
| author | Jeff Carr <[email protected]> | 2023-12-15 17:18:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-15 17:18:48 -0600 |
| commit | dcce32583387be7fc4f6cd8c8dea62fd7dc42ecf (patch) | |
| tree | ffbedb095816a92c69546041271acbef5870481c /examples/cloudflare | |
| parent | 282119d970faed3f8a60d5105a2f26ee14681ff4 (diff) | |
make a common.go for the toolkitsv0.8.7
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/cloudflare')
| -rw-r--r-- | examples/cloudflare/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/cloudflare/Makefile b/examples/cloudflare/Makefile index fd82fdc..32f3f55 100644 --- a/examples/cloudflare/Makefile +++ b/examples/cloudflare/Makefile @@ -19,3 +19,6 @@ log: gocui: build ./cloudflare -gui gocui >/tmp/witgui.log.stderr 2>&1 + +quiet: + ./cloudflare >/tmp/witgui.log.stderr 2>&1 |
