diff --git a/.gitignore b/.gitignore index a04d0ec..5bb0854 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -main -compiler +nds *.txt callgrind* test.nim diff --git a/nim.cfg b/nim.cfg new file mode 100644 index 0000000..ff13d7a --- /dev/null +++ b/nim.cfg @@ -0,0 +1,3 @@ +gc:arc +d:danger +out:nds \ No newline at end of file