diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 17:28:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-20 17:28:00 -0600 |
| commit | 48dfdf322b2cf379d8deeff678747907b604637f (patch) | |
| tree | f813fc169ac1eb050c39533cc9612c74c9caebd7 /Makefile | |
| parent | dd6d1a639b86ab12a2bf537b8588dd5ae60cdad7 (diff) | |
remove direct code since it probably doesn't work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |
