diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-08-17 16:06:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-17 16:06:59 -0400 |
| commit | d7fddb0c946e19c571325a88ae5516bcbd0df128 (patch) | |
| tree | dee9829fb93c51ae328586f6ca1330cfc5c97783 /Makefile | |
| parent | b9943cb44f4b07f7fe52f126810accf91f6a05cd (diff) | |
| parent | fa899453bbd3915fec2d54e06557aacad82ac3f5 (diff) | |
Merge pull request #281 from inkstitch/lexelby/build-fixes
a couple build fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
