From 6602c440b4e688d24ec7c15fc856e8bbc25134c7 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 27 May 2023 10:25:44 +0100 Subject: [PATCH] end compile_commmands generation when elf linked --- nx/switch_rules | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/switch_rules b/nx/switch_rules index ddbe82e9..6fef3bc2 100644 --- a/nx/switch_rules +++ b/nx/switch_rules @@ -77,5 +77,6 @@ endif #--------------------------------------------------------------------------------- %.elf: @echo linking $(notdir $@) + $(ADD_COMPILE_COMMAND) end @$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@ @$(NM) -CSn $@ > $(notdir $*.lst)