diff --git a/.gitignore b/.gitignore index 7fc161f..705d985 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +bin/ *.out tests/* !tests/*.nims diff --git a/bbansi.nimble b/bbansi.nimble index c5fc4bb..72765f7 100644 --- a/bbansi.nimble +++ b/bbansi.nimble @@ -1,13 +1,12 @@ # Package - version = "0.1.0" author = "Daylin Morgan" description = "bbcode -> ansi" license = "MIT" srcDir = "src" installExt = @["nim"] - +binDir = "bin" +bin = @["bbansi"] # Dependencies - requires "nim >= 1.6.12"