Skip to content

Commit 780bbd7

Browse files
author
Martin Klang
committed
delete libs
1 parent f2b0777 commit 780bbd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ clean: ## remove generated patch files
135135
@rm -rf $(BUILD)/*
136136

137137
realclean: clean ## remove all library object files
138-
@find Libraries/ -name '*.o' -delete
138+
@find Libraries/ -name '*.a' -delete
139139

140140
size: patch ## show binary size metrics and large object summary
141141
@$(MAKE) -s -f common.mk size

0 commit comments

Comments
 (0)