Skip to content

Commit 2680749

Browse files
committed
ensure libs rebuilt on code changes
1 parent dfee0c8 commit 2680749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
8383
-I. \
8484
-iquote $(CURDIR)/include/switch/
8585

86-
.PHONY: clean all
86+
.PHONY: clean all lib/libnx.a lib/libnxd.a
8787

8888
#---------------------------------------------------------------------------------
8989
all: lib/libnx.a lib/libnxd.a

0 commit comments

Comments
 (0)