diff options
Diffstat (limited to 'nimterop.nimble')
| -rw-r--r-- | nimterop.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop.nimble b/nimterop.nimble index cd36e1c..9600faa 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -23,7 +23,7 @@ proc execTest(test: string, flags = "") = execCmd "nim cpp --hints:off " & flags & " -r " & test task buildToast, "build toast": - execCmd("nim c --hints:off -f nimterop/toast.nim") + execCmd("nim c --hints:off nimterop/toast.nim") task bt, "build toast": execCmd("nim c --hints:off -d:danger nimterop/toast.nim") |
