From: Brendan Hansen Date: Tue, 19 Oct 2021 02:42:30 +0000 (-0500) Subject: forgot I need to include html files X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=533d5bb58f2d6a99ed61a45048319dafed555a3e;p=onyx.git forgot I need to include html files --- diff --git a/.gitignore b/.gitignore index 327f4936..87b9b022 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ *.o tags *.wasm -*.html session.vim *.sublime-project *.sublime-workspace diff --git a/modules/ouit/index.html b/modules/ouit/index.html new file mode 100644 index 00000000..8343ee87 --- /dev/null +++ b/modules/ouit/index.html @@ -0,0 +1,29 @@ + + + + OUIT + + + + + + + + + + + + + + This browser does not support the Canvas API. + + diff --git a/modules/ouit/ouit_build.sh b/modules/ouit/ouit_build.sh index 95301910..efa25c3b 100755 --- a/modules/ouit/ouit_build.sh +++ b/modules/ouit/ouit_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -ONYX_FOLDER="$HOME/dev/c/onyx" +[ -z "$ONYX_FOLDER" ] && ONYX_FOLDER="$HOME/dev/c/onyx" [ ! -s "./modules" ] && ln -s "$ONYX_FOLDER/modules" $(pwd)/modules [ ! -s "./js" ] && ln -s "$ONYX_FOLDER/bin" $(pwd)/js