Skip to content

Commit 0a4ac1b

Browse files
committed
remove unused dist-bin target
1 parent 638624c commit 0a4ac1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nx/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
8888
#---------------------------------------------------------------------------------
8989
all: lib/libnx.a lib/libnxd.a
9090

91-
dist-bin: all
92-
@tar --exclude=*~ -cjf libnx-$(VERSION).tar.bz2 include lib default_icon.jpg switch_rules switch.ld switch.specs -C external/bsd include
93-
94-
9591
install: lib/libnx.a lib/libnxd.a
9692
@mkdir -p $(DESTDIR)$(DEVKITPRO)/libnx
9793
@cp -v default_icon.jpg switch_rules switch.ld switch.specs $(DESTDIR)$(DEVKITPRO)/libnx/

0 commit comments

Comments
 (0)