mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-20 20:22:38 +02:00
end compile_commmands generation when elf linked
This commit is contained in:
parent
99a29b97ca
commit
6602c440b4
@ -77,5 +77,6 @@ endif
|
||||
#---------------------------------------------------------------------------------
|
||||
%.elf:
|
||||
@echo linking $(notdir $@)
|
||||
$(ADD_COMPILE_COMMAND) end
|
||||
@$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@
|
||||
@$(NM) -CSn $@ > $(notdir $*.lst)
|
||||
|
Loading…
Reference in New Issue
Block a user