summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-20 20:43:19 -0400
committerLex Neva <github.com@lexneva.name>2018-08-20 20:43:19 -0400
commitc9f9d3ef79d84ba4db86227219c2ce511f344b86 (patch)
treeaa3596ce93698e0e39c26fbf3c507dd92babad81
parenta2cad1f522074b84895897632ac69dcb5deda340 (diff)
generate inx files during build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 476a920d..94194bf5 100644
--- a/Makefile
+++ b/Makefile
@@ -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