Skip to content

Commit 48405e0

Browse files
committed
Make clean: remove temporary file
1 parent e968e6c commit 48405e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ keys: $(PRIVATE_KEY)
275275

276276
clean:
277277
@find . -type f -name "*.o" | xargs rm -f
278-
@rm -f *.bin *.elf wolfboot.map *.bin *.hex config/target.ld
278+
@rm -f *.bin *.elf wolfboot.map *.bin *.hex config/target.ld .bootloader-partition-size
279279
@make -C test-app clean
280280

281281
distclean: clean

lib/wolfssl

Submodule wolfssl updated 628 files

0 commit comments

Comments
 (0)