gte_hello -> hello_gte. gte is done, moving on to controller!

This commit is contained in:
ed
2026-07-28 00:17:23 -04:00
parent a704341fc6
commit dbc459b7e0
6 changed files with 53 additions and 25 deletions
+3 -3
View File
@@ -350,10 +350,10 @@ function build-graphis_hello {
}
# build-graphis_hello
function build-gte_hello {
function build-hello_gte {
$includes += @()
$path_module = join-path $path_code 'gte_hello'
$path_module = join-path $path_code 'hello_gte'
$path_duffle = join-path $path_code 'duffle'
$path_atom_metadata = join-path $path_duffle 'word_count.metadata.h'
$path_build_gen = join-path $path_build 'gen'
@@ -458,7 +458,7 @@ function build-gte_hello {
}
}
}
build-gte_hello
build-hello_gte
# NO idea if this works yet...