9 lines
155 B
Scheme
Executable file
9 lines
155 B
Scheme
Executable file
#!/usr/bin/env gxi
|
|
|
|
(import :std/build-script)
|
|
|
|
(defbuild-script
|
|
'("uniplot/braille"
|
|
"uniplot/lineplot"
|
|
(static-exe: "uniplot"))
|
|
optimize: #t)
|