From b842c4148b5522729dd2483c22dd4e7b8de54f9a Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 20 Apr 2018 22:49:05 -0400 Subject: add thread palette installer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eef8c2d3..03a34109 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -EXTENSIONS:=embroider embroider_params embroider_simulate embroider_print embroider_input +EXTENSIONS:=embroider embroider_params embroider_simulate embroider_print embroider_input embroider_install_palettes # This gets the branch name or the name of the tag VERSION:=$(TRAVIS_BRANCH) @@ -9,7 +9,7 @@ dist: distclean locales bin/build-dist $(EXTENSIONS) cp inx/*.inx dist cp -a images/examples dist/inkstitch - cp -a palettes dist/inkstitch + cp -a palettes dist/inkstitch mkdir -p dist/inkstitch/bin/locales cp -a locales/* dist/inkstitch/bin/locales cp -a print dist/inkstitch/bin/ -- cgit v1.3.1