mirror of
https://github.com/drygdryg/wpspin-nim.git
synced 2024-11-25 19:00:53 +03:00
Makefile: accept all Nimble interactive prompts
This commit is contained in:
parent
901283761d
commit
0f804b0d5c
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ SOURCE = $(SRCDIR)/wpspin.nim
|
|||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
||||||
$(TARGET): $(SOURCE)
|
$(TARGET): $(SOURCE)
|
||||||
nimble build -d:release
|
nimble build -y -d:release
|
||||||
strip $@
|
strip $@
|
||||||
|
|
||||||
install: $(TARGET)
|
install: $(TARGET)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
author = "Victor Golovanenko (drygdryg)"
|
author = "Victor Golovanenko (drygdryg)"
|
||||||
description = "Full-featured WPS PIN generator"
|
description = "Full-featured WPS PIN generator"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user