Makefile: accept all Nimble interactive prompts

This commit is contained in:
Victor Golovanenko 2021-02-08 18:10:19 +03:00
parent 901283761d
commit 0f804b0d5c
No known key found for this signature in database
GPG Key ID: 49B2AA9695DBD79F
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ SOURCE = $(SRCDIR)/wpspin.nim
all: $(TARGET)
$(TARGET): $(SOURCE)
nimble build -d:release
nimble build -y -d:release
strip $@
install: $(TARGET)

View File

@ -1,6 +1,6 @@
# Package
version = "0.5.0"
version = "0.5.1"
author = "Victor Golovanenko (drygdryg)"
description = "Full-featured WPS PIN generator"
license = "MIT"