diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 21:49:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 21:49:39 -0600 |
| commit | b3eea67983ef8bdfa814b097d3cdf6a952d4ea78 (patch) | |
| tree | fe778047cb42af629faf9a0a406cd588b8c001e4 /Makefile | |
| parent | 98293e4bf9bdb91295f0cbe4653db3f9dcb2d701 (diff) | |
compute control file if it doesn't exist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ .PHONY: debian run: build - ./go-deb --repo go.wit.com/apps/control-panel-dns + ./go-deb --repo go.wit.com/apps/autotypist no-gui: build - ./go-deb --no-gui --repo go.wit.com/apps/control-panel-dns + ./go-deb --no-gui --repo go.wit.com/apps/autotypist build: -cp ~/go/src/go.wit.com/toolkits/*.so resources/ |
