Added default_icon.jpg to Makefile dist-src.

This commit is contained in:
yellows8 2018-02-19 02:29:52 -05:00
parent 43124d2b95
commit 9f8a33ba11

View File

@ -97,7 +97,7 @@ dist-bin: all
@tar --exclude=*~ -cjf libnx-$(VERSION).tar.bz2 include lib default_icon.jpg switch_rules switch.ld switch.specs
dist-src:
@tar --exclude=*~ -cjf libnx-src-$(VERSION).tar.bz2 include source data Makefile switch_rules switch.ld switch.specs
@tar --exclude=*~ -cjf libnx-src-$(VERSION).tar.bz2 include source data Makefile default_icon.jpg switch_rules switch.ld switch.specs
dist: dist-src dist-bin