Binary artifacts are now stored to the ignored bin/ directory
This commit is contained in:
parent
9109c4d680
commit
e49b1d659b
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
bin/
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
author = "Emile Clark-Boman"
|
author = "Emile Clark-Boman"
|
||||||
description = "Type theoretic imperative and logic language for mathematical programming"
|
description = "Type theoretic imperative and logic language for mathematical programming"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
|
binDir = "bin"
|
||||||
installExt = @["nim"]
|
installExt = @["nim"]
|
||||||
bin = @["noether", "nlx"]
|
bin = @["noether", "nlx"]
|
||||||
|
backend = "c"
|
||||||
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 2.2.0"
|
requires "nim >= 2.2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue