forked from koniifer/ableos
16 lines
263 B
TOML
16 lines
263 B
TOML
[package]
|
|
name = "fisp_test"
|
|
authors = ["able"]
|
|
|
|
[dependants.libraries]
|
|
[dependants.binaries]
|
|
# Refers to @FunkyEgg's lisp compiler for ableOS
|
|
fisp = ""
|
|
|
|
[build.debug]
|
|
command = "fisp src/main.fisp"
|
|
|
|
[run.debug]
|
|
depends = ["build.debug"]
|
|
command = "bin/main.hbf"
|