From 01eebc9a7846765919e23fa39a300e52bdb6f5fb Mon Sep 17 00:00:00 2001 From: wwderw Date: Fri, 30 Mar 2018 19:40:29 -0500 Subject: InkStitch digitized logo SVGs (#123) Single and multi-color digitized versions of the InkStitch logo. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4379202..1f639dc1 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ ARCH:=$(shell uname -m) dist: distclean locales bin/build-dist $(EXTENSIONS) cp *.inx dist + cp -a images/examples 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