summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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