diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-20 22:49:05 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-28 20:13:03 -0400 |
| commit | b842c4148b5522729dd2483c22dd4e7b8de54f9a (patch) | |
| tree | f9a25a45edfab3e00853c6592d45e84110db6cb8 /Makefile | |
| parent | e3b3fbebc049a465da5d0a9b7801da0a97e635d1 (diff) | |
add thread palette installer
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |
