summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-17 16:19:46 -0400
committerLex Neva <github.com@lexneva.name>2018-08-17 16:19:46 -0400
commit0e4c3a3f1b76c1b655ec2788017335e87eff29da (patch)
tree2075fc0292038b4a2e92fc018b503805cf30fdec /Makefile
parent19bb8a5a6dbe4244a590147187949d0555eb9fbc (diff)
parentece81d0c91c8b96f7da2c0339f6807a47d57112e (diff)
Merge remote-tracking branch 'origin/master' into lexelby-no-embroider-command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52ac919f..4c31f17e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
EXTENSIONS:=inkstitch
# This gets the branch name or the name of the tag
-VERSION:=$(TRAVIS_BRANCH)
+VERSION:=$(subst /,-,$(TRAVIS_BRANCH))
OS:=$(TRAVIS_OS_NAME)
ARCH:=$(shell uname -m)