From 0a4ac1b87ce2aab2a4b518624a759470e7598502 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 11 Jun 2025 07:54:42 +0100 Subject: [PATCH] remove unused dist-bin target --- nx/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nx/Makefile b/nx/Makefile index 3261700d..a96dac7d 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -88,10 +88,6 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \ #--------------------------------------------------------------------------------- all: lib/libnx.a lib/libnxd.a -dist-bin: all - @tar --exclude=*~ -cjf libnx-$(VERSION).tar.bz2 include lib default_icon.jpg switch_rules switch.ld switch.specs -C external/bsd include - - install: lib/libnx.a lib/libnxd.a @mkdir -p $(DESTDIR)$(DEVKITPRO)/libnx @cp -v default_icon.jpg switch_rules switch.ld switch.specs $(DESTDIR)$(DEVKITPRO)/libnx/