Skip to content

Commit

Permalink
Finalize compile commands (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
thearst3rd authored Nov 8, 2023
1 parent b98f8fc commit 554e9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/wut_rules
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ endif
#---------------------------------------------------------------------------------
%.elf:
@echo linking ... $(notdir $@)
$(ADD_COMPILE_COMMAND) end
$(SILENTCMD)$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@ $(ERROR_FILTER)
$(SILENTCMD)$(NM) -CSn $@ > $(notdir $*.lst) $(ERROR_FILTER)

Expand Down

0 comments on commit 554e9f5

Please sign in to comment.