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__/
|
||||
bin/
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Emile Clark-Boman"
|
||||
description = "Type theoretic imperative and logic language for mathematical programming"
|
||||
license = "MIT"
|
||||
srcDir = "src"
|
||||
binDir = "bin"
|
||||
installExt = @["nim"]
|
||||
bin = @["noether", "nlx"]
|
||||
backend = "c"
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 2.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue