diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 13:03:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 13:03:59 -0600 |
| commit | 0e333cd78f4bdf69a77c2fcf0e17d5ceebff21e5 (patch) | |
| tree | 070878fc024ec3687758d146cee6e7dd7a3ce833 /Makefile | |
| parent | 0c3ed55c33f1ce18c8d1797ade708b143589a8dc (diff) | |
hmmm
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,19 +1,19 @@ all: build reset - ./basicwindow + ./gadgetwindow build: ifeq ($(GO111MODULE),) echo no. you must use GO111MODULE here false else - -rm -f basicwindow + -rm -f gadgetwindow go build -v -x endif stderr: build - echo "writing to /tmp/basicwindow.stderr" - ./basicwindow >/tmp/basicwindow.stderr 2>&1 + echo "writing to /tmp/gadgetwindow.stderr" + ./gadgetwindow >/tmp/gadgetwindow.stderr 2>&1 push: git add --all |
