diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-09 20:13:13 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-09 20:15:56 -0400 |
| commit | 1fb5cb042142b0272eb9e42b04584cad66febc46 (patch) | |
| tree | f3a480084952600d469ba9f05b6feba346215670 /Makefile | |
| parent | 24ed1de2de1201cd3a8988de4360da5d79981e16 (diff) | |
move inx files to inx/ and generate input inx
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
