summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-20 17:28:00 -0600
committerJeff Carr <[email protected]>2023-12-20 17:28:00 -0600
commit48dfdf322b2cf379d8deeff678747907b604637f (patch)
treef813fc169ac1eb050c39533cc9612c74c9caebd7 /Makefile
parentdd6d1a639b86ab12a2bf537b8588dd5ae60cdad7 (diff)
remove direct code since it probably doesn't work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9151f5b..f629049 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,7 @@ examples: \
all \
examples-helloworld \
examples-buttons \
- examples-console-ui-helloworld \
- examples-cloudflare
+ examples-console-ui-helloworld
# this is the most basic one. This syntax should always work
examples-helloworld:
@@ -59,9 +58,6 @@ examples-buttons:
examples-console-ui-helloworld:
make -C examples/console-ui-helloworld
-examples-cloudflare:
- -make -C examples/cloudflare
-
# sync repo to the github backup
# git remote add github [email protected]:witorg/gui.git
# git remote add github2 [email protected]:wit-go/gui.git