diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-25 21:02:38 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-25 21:02:38 -0400 |
| commit | b451fde8bfce878a9cf296c5eca55842e884139e (patch) | |
| tree | b421ad469e07ccf651be4a13ad38f0b305355c05 | |
| parent | e0af170fd2da887caddf54289c79e56b3509c262 (diff) | |
include symbols in release archive
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ dist: distclean locales cp inx/*.inx dist cp -a images/examples dist/inkstitch cp -a palettes dist/inkstitch + cp -a symbols dist/inkstitch mkdir -p dist/inkstitch/bin/locales cp -a locales/* dist/inkstitch/bin/locales cp -a print dist/inkstitch/bin/ |
