Skip to content

Commit

Permalink
Delete some object files on 'make clean' that we were missing - fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Sep 15, 2023
1 parent 350b5c3 commit eccac25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ clean:
$(Q)rm -f $(BINDIR)/espruino_embedded.h
$(Q)rm -f $(BINDIR)/espruino_embedded.c
$(Q)rm -f $(BINDIR)/jstypes.h
$(Q)rm -f $(ROOT)/targetlibs/nrf5x_*/components/toolchain/gcc/gcc_startup_nrf5*.o $(ROOT)/targetlibs/stm32f4/lib/startup_stm32f4*.o $(ROOT)/targetlibs/stm32f1/lib/startup_stm32f10x_*.o

wrappersources:
$(info WRAPPERSOURCES=$(WRAPPERSOURCES))
Expand Down

0 comments on commit eccac25

Please sign in to comment.