Skip to content

Commit

Permalink
Added default_icon.jpg to Makefile dist-src.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Feb 19, 2018
1 parent 43124d2 commit 9f8a33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f8a33b

Please sign in to comment.