diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-02-04 23:10:18 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-02-04 23:10:18 -0500 |
| commit | fe4a0ff1b802538ad30ea76ca88ec5b7fce7d615 (patch) | |
| tree | 4b4afb3bf60197f2c66939b4a9995f400f6fa66f /Makefile | |
| parent | 977d3b0d7e68a2ae855bba1dc1688cd25fcc34c8 (diff) | |
one more fix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ ARCH:=$(shell uname -m) dist: distclean locales bin/build-dist $(EXTENSIONS) cp *.inx dist - mv locales dist/bin + mv locales dist/inkstitch/bin cd dist; tar zcf ../inkstitch-$(VERSION)-$(OS)-$(ARCH).tar.gz * distclean: |
