summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-23 00:06:56 +0200
committerAraq <rumpf_a@web.de>2014-04-23 00:06:56 +0200
commit5aa8278f6c4a3c211dd2e76c3c828a68c55ee28d (patch)
treefa2c16c3880d96b72c6efe02568859387fe7c683 /koch.nim
parente128f48ff684d67effe4b6b9ddc6eafaa16ed3b1 (diff)
downloadNim-5aa8278f6c4a3c211dd2e76c3c828a68c55ee28d.tar.gz
Haiku build works again
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 9d59344f2..79acc7791 100644
--- a/koch.nim
+++ b/koch.nim
@@ -299,7 +299,7 @@ of cmdArgument:
   of "boot": boot(op.cmdLineRest)
   of "clean": clean(op.cmdLineRest)
   of "web": web(op.cmdLineRest)
-  of "csource": csource(op.cmdLineRest)
+  of "csource", "csources": csource(op.cmdLineRest)
   of "zip": zip(op.cmdLineRest)
   of "inno": inno(op.cmdLineRest)
   of "install": install(op.cmdLineRest)