Binary artifacts are now stored to the ignored bin/ directory

This commit is contained in:
Emile Clark-Boman 2025-06-17 11:37:43 +10:00
parent 9109c4d680
commit e49b1d659b
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
__pycache__/
bin/

View file

@ -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"