From 2680749e8c273dad2d39c079fde69af5cf738205 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 24 Jun 2025 16:05:12 +0100 Subject: [PATCH] ensure libs rebuilt on code changes --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index a96dac7d..107ed856 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -83,7 +83,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \ -I. \ -iquote $(CURDIR)/include/switch/ -.PHONY: clean all +.PHONY: clean all lib/libnx.a lib/libnxd.a #--------------------------------------------------------------------------------- all: lib/libnx.a lib/libnxd.a