Build executable

This commit is contained in:
Dimitri Lozeve 2021-05-01 11:26:18 +02:00
parent 0b1b2f84b2
commit 96d71075ae
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*\~ *\~
build-deps build-deps
data/

View file

@ -4,5 +4,6 @@
(defbuild-script (defbuild-script
'("uniplot/braille" '("uniplot/braille"
"uniplot/lineplot") "uniplot/lineplot"
(static-exe: "uniplot"))
optimize: #t) optimize: #t)

View file