Add !nim_run

This commit is contained in:
Ehmry - 2022-11-26 13:41:31 -06:00
parent a1ca626995
commit 0994d7c5b3

View File

@ -11,6 +11,7 @@ preserves_schema_nim = $(TUP_CWD)/preserves_schema_nim
NIM = $(TUP_CWD)/nim/bin/nim
!nim = |> $(NIM) c -o:%o %f |> %B
!nim_run = |> $(NIM) c -r -o:%o %f |> %B.run
PRESERVES_TOP = $(TUP_CWD)