From 0f804b0d5c677ecfed3103a34bb95ebbaab5877e Mon Sep 17 00:00:00 2001 From: Victor Golovanenko Date: Mon, 8 Feb 2021 18:10:19 +0300 Subject: [PATCH] Makefile: accept all Nimble interactive prompts --- Makefile | 2 +- wpspin.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 13c68e2..964b898 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SOURCE = $(SRCDIR)/wpspin.nim all: $(TARGET) $(TARGET): $(SOURCE) - nimble build -d:release + nimble build -y -d:release strip $@ install: $(TARGET) diff --git a/wpspin.nimble b/wpspin.nimble index 554ea95..445975d 100644 --- a/wpspin.nimble +++ b/wpspin.nimble @@ -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"