summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick Gerace <nickagerace@gmail.com>2020-10-07 01:55:49 -0400
committerNick Gerace <nickagerace@gmail.com>2020-10-07 02:07:02 -0400
commit16c3d7b246ce09a4b3d7d730102c155f4a51f47c (patch)
tree52699add5f4ae60c2180b94b2ff7e0178f49e27a /Makefile
parent33daf73d452acfb73b1d9f9f9ed5d22eb623fb14 (diff)
downloadgfold-16c3d7b246ce09a4b3d7d730102c155f4a51f47c.zip
Update to 0.5.1
Update to 0.5.1. Update all docs and files to reflect this change.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32419d8..a184963 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
MAKEPATH:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
NAME:=gfold
-VERSION:=0.5.0
+VERSION:=0.5.1
run:
@cd $(MAKEPATH); cargo run -- ..
@@ -24,6 +24,7 @@ build: fmt test
cd $(MAKEPATH); cargo build
build-static: fmt test
+ @printf "Warning: gfold has deprecated this workflow.\n"
docker pull clux/muslrust
cd $(MAKEPATH); docker run -v $(MAKEPATH):/volume --rm -t clux/muslrust cargo build --release