From 9f8a33ba11ee4e4ceeaa0f3e7e1a8d145ba1af0f Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 19 Feb 2018 02:29:52 -0500 Subject: [PATCH] Added default_icon.jpg to Makefile dist-src. --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index 8911dfa5..5e1822ff 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -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