From 48dfdf322b2cf379d8deeff678747907b604637f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 17:28:00 -0600 Subject: remove direct code since it probably doesn't work Signed-off-by: Jeff Carr --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') 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 git@github.com:witorg/gui.git # git remote add github2 git@github.com:wit-go/gui.git -- cgit v1.2.3