9 lines
136 B
Scheme
Executable file
9 lines
136 B
Scheme
Executable file
#!/usr/bin/env gxi
|
|
|
|
(import :std/build-script)
|
|
|
|
(defbuild-script
|
|
'("fancy/format"
|
|
"fancy/table"
|
|
"fancy/rule")
|
|
optimize: #t)
|