ensure libs rebuilt on code changes

This commit is contained in:
Dave Murphy 2025-06-24 16:05:12 +01:00
parent dfee0c8ba2
commit 2680749e8c
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -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