Build executable
This commit is contained in:
parent
0b1b2f84b2
commit
96d71075ae
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*\~
|
||||
build-deps
|
||||
data/
|
||||
|
|
3
build.ss
3
build.ss
|
@ -4,5 +4,6 @@
|
|||
|
||||
(defbuild-script
|
||||
'("uniplot/braille"
|
||||
"uniplot/lineplot")
|
||||
"uniplot/lineplot"
|
||||
(static-exe: "uniplot"))
|
||||
optimize: #t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue