Commit 19ec8d350bf85e272b5c523dd852f8d16e588342
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 +5,7 @@ author = "Steven Donovan, Göran Krampe" | ||
5 | description = "Opt parser using synopsis as specification, ported from Lua." | 5 | description = "Opt parser using synopsis as specification, ported from Lua." |
6 | license = "MIT" | 6 | license = "MIT" |
7 | 7 | ||
8 | +bin = lapp | ||
9 | + | ||
8 | [Deps] | 10 | [Deps] |
9 | Requires: "nimrod >= 0.10" | 11 | Requires: "nimrod >= 0.10" |