end compile_commmands generation when elf linked

This commit is contained in:
Dave Murphy 2023-05-27 10:25:44 +01:00
parent 99a29b97ca
commit 6602c440b4
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -77,5 +77,6 @@ endif
#---------------------------------------------------------------------------------
%.elf:
@echo linking $(notdir $@)
$(ADD_COMPILE_COMMAND) end
@$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@
@$(NM) -CSn $@ > $(notdir $*.lst)