diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-20 20:43:19 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-20 20:43:19 -0400 |
| commit | c9f9d3ef79d84ba4db86227219c2ce511f344b86 (patch) | |
| tree | aa3596ce93698e0e39c26fbf3c507dd92babad81 | |
| parent | a2cad1f522074b84895897632ac69dcb5deda340 (diff) | |
generate inx files during build
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ VERSION:=$(subst /,-,$(TRAVIS_BRANCH)) OS:=$(TRAVIS_OS_NAME) ARCH:=$(shell uname -m) -dist: distclean locales +dist: distclean locales inx bin/build-dist $(EXTENSIONS) cp inx/*.inx dist cp -a images/examples dist/inkstitch |
