Commit 19ec8d350bf85e272b5c523dd852f8d16e588342

Authored by Göran Krampe
1 parent 6a614998

Added missing bin directive in lapp.nimble

Showing 1 changed file with 2 additions and 0 deletions
lapp.nimble
... ... @@ -5,5 +5,7 @@ author = "Steven Donovan, Göran Krampe"
5 5 description = "Opt parser using synopsis as specification, ported from Lua."
6 6 license = "MIT"
7 7  
  8 +bin = lapp
  9 +
8 10 [Deps]
9 11 Requires: "nimrod >= 0.10"
... ...