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)