summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3c55c85..63ebd98 100644
--- a/Makefile
+++ b/Makefile
@@ -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