Skip to content

Commit 905e6a0

Browse files
committed
Should fix 'make clean' on MacOS
1 parent 94af1b7 commit 905e6a0

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
@@ -173,7 +173,7 @@ src/ecc256_pub_key.c: ecc256.der
173173
keys: $(PRIVATE_KEY)
174174

175175
clean:
176-
@find . -type f -name "*.o" | xargs -x rm -f
176+
@find . -type f -name "*.o" | xargs rm -f
177177
@rm -f *.bin *.elf wolfboot.map *.bin *.hex
178178
@make -C test-app clean
179179

0 commit comments

Comments
 (0)