summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-17 20:26:07 -0600
committerJeff Carr <[email protected]>2024-01-17 20:26:07 -0600
commit4f59e4bb8d7829f81faeda5a3455f88e9335cce1 (patch)
treea2516a6c44de718f889c01b820124d7d32526d9e /Makefile
parentb39e2e1c5e055b705c7cc6b6234bfa342e3c100c (diff)
runs against nocui
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ecbf8d4..c440f35 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
all: build
- ./helloworld
+ ./basicwindow
build:
- -rm -f helloworld
+ -rm -f basicwindow
go build -v -x
stderr: build