diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 09:04:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 09:04:43 -0600 |
| commit | a72024107be0c01375508d7ac732fc29a4bad8e7 (patch) | |
| tree | 47bbc001af74c3ff89bd9919306fb881b51daf8d /Makefile | |
| parent | 0bdabc5747163859ddf88e0ea0a4b1712a658bb9 (diff) | |
nocui works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ all: build reset ./gadgetwindow +nocui: build + reset + ./gadgetwindow --gui nocui + +debugger: build + reset + ./gadgetwindow --debugger + build: ifeq ($(GO111MODULE),) echo no. you must use GO111MODULE here |
