diff options
| author | Jeff Carr <[email protected]> | 2024-11-18 18:21:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-18 18:21:56 -0600 |
| commit | 891a4cada95f786bae78851e6d28bf2bfc2aafcb (patch) | |
| tree | 9c8ae99b8ea717dc25b417599d8249d1349e329a /examples/pkgsite/Makefile | |
| parent | 79dd86306edfb7822f44220ef211254959d707fb (diff) | |
more examplesv0.22.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/pkgsite/Makefile')
| -rw-r--r-- | examples/pkgsite/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/pkgsite/Makefile b/examples/pkgsite/Makefile new file mode 100644 index 0000000..ecaad6a --- /dev/null +++ b/examples/pkgsite/Makefile @@ -0,0 +1,13 @@ +.PHONY: build + +# this is how the mirrors.wit.com debian package is created + +all: build + +build: + go-deb --repo . + +# use the ncurses gui (only kinda works still) +ncurses: + go-deb --gui gocui --repo . + |
