diff options
| author | Jeff Carr <[email protected]> | 2024-10-06 22:01:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-06 22:01:18 -0500 |
| commit | fface98131e9ef1e7070a61ac70f32959029725c (patch) | |
| tree | 8bda99262a23f89683f727b523c0fcb772c728dd /Makefile | |
| parent | 99f38da618967ae8de2a373c05318ea16a6162d2 (diff) | |
files for making packages
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,8 @@ all: + @echo "make run # will build and run the daemon here" + @echo "make debian # will build a debian package" + +run: git pull echo "build it!" GO111MODULE=off go build -v -x @@ -13,3 +17,6 @@ redomod: GO111MODULE= go mod init GO111MODULE= go mod tidy +# makes a .deb package +debian: + go-deb --no-gui --repo go.wit.com/apps/go.wit.com |
