diff options
| author | wwderw <breezewayfarm@bellsouth.net> | 2018-03-30 19:40:29 -0500 |
|---|---|---|
| committer | Lex Neva <lexelby@users.noreply.github.com> | 2018-03-30 20:40:29 -0400 |
| commit | 01eebc9a7846765919e23fa39a300e52bdb6f5fb (patch) | |
| tree | f174e753aebe6e148821fb6862f4660c9459fa1f /Makefile | |
| parent | 084c5555f21a6e927e4de98fdb66c4c408626f58 (diff) | |
InkStitch digitized logo SVGs (#123)
Single and multi-color digitized versions of the InkStitch logo.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |
