diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-05 20:31:53 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-05 20:31:53 -0400 |
| commit | f749c4c1e8c5ccb64e8977f948bb037e2dbdc651 (patch) | |
| tree | 0872a6c459145e76e3c53d36d0070b8e127be9f6 /Makefile | |
| parent | 0ab7223980d849dd732cb9572644339d5c2a6228 (diff) | |
| parent | 0f826fbd2409b16faa170dd7ac7dde8f910d8cc3 (diff) | |
Merge remote-tracking branch 'origin/master' into lexelby-e-stitch
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ EXTENSIONS:=inkstitch # This gets the branch name or the name of the tag VERSION:=$(TRAVIS_BRANCH) -OS:=$(shell uname) +OS:=$(TRAVIS_OS_NAME) ARCH:=$(shell uname -m) dist: distclean locales @@ -17,7 +17,7 @@ dist: distclean locales if [ "$$BUILD" = "windows" ]; then \ cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \ else \ - cd dist; tar zcf ../inkstitch-$(VERSION)-$(OS)-$(ARCH).tar.gz *; \ + cd dist; tar zcf ../inkstitch-$(VERSION)-$(OS)-$(ARCH).tar.gz *; \ fi distclean: |
