aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-04-15 19:40:46 -0400
committerGitHub <noreply@github.com>2018-04-15 19:40:46 -0400
commitb134a8dafad390f9c197d9439669db7001f4e8d8 (patch)
tree338fd72785708189dbbdf7cd06f4f0f8f90717d9 /Makefile
parent69c64bf3a7619b070768d68ccecf62bb97306864 (diff)
parent28e2250d8c937e1c7dcd114b6392b1a0f90251da (diff)
Merge pull request #145 from lexelby/lexelby-embroidery-input
input extension for all libembroidery-supported formats
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f639dc1..21c3582c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-EXTENSIONS:=embroider embroider_params embroider_simulate embroider_print
+EXTENSIONS:=embroider embroider_params embroider_simulate embroider_print embroider_input
# This gets the branch name or the name of the tag
VERSION:=$(TRAVIS_BRANCH)
@@ -7,7 +7,7 @@ ARCH:=$(shell uname -m)
dist: distclean locales
bin/build-dist $(EXTENSIONS)
- cp *.inx dist
+ cp inx/*.inx dist
cp -a images/examples dist/inkstitch
mkdir -p dist/inkstitch/bin/locales
cp -a locales/* dist/inkstitch/bin/locales