diff --git a/.gitignore b/.gitignore index 60edadc..cb0dd11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *\~ build-deps +data/ diff --git a/build.ss b/build.ss index d0b2239..c52f845 100755 --- a/build.ss +++ b/build.ss @@ -4,5 +4,6 @@ (defbuild-script '("uniplot/braille" - "uniplot/lineplot") + "uniplot/lineplot" + (static-exe: "uniplot")) optimize: #t) diff --git a/demo.ss b/uniplot.ss similarity index 100% rename from demo.ss rename to uniplot.ss