aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6be1b62..0c4e072 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ docker: clean
docker build -t vis .
docker run --rm -d --name vis vis tail -f /dev/null
docker cp . vis:/tmp/vis
+ docker exec vis sed -i '/^VERSION/c VERSION = $(VERSION)' Makefile
docker exec vis ./configure CC='cc --static'
docker exec vis make clean vis-single
docker cp vis:/tmp/vis/vis-single vis