Releases: fowlmouth/nake
Releases · fowlmouth/nake
1.9.4
fixed to avoid warnings (#75)
1.9.2
- Fixed compat errors with newer nim
1.9.1
- Fixed compilation error with latest Nim
- Don't complain about unknown arguments as those may be handled by default task
1.9
- Nake will no longer warn about unknown arguments, because a task may handle custom arguments. #43
- If
nakefile.nim
is not found in current dir it will be searched for by going upwards. 7fd6dea