mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-05 16:50:01 +00:00
porting/npl: Fix linux tests makefile clean target
clean target was failing if there was incomplete build.
This commit is contained in:
@@ -99,7 +99,7 @@ show_objs:
|
||||
### ===== Clean =====
|
||||
clean:
|
||||
@echo "Cleaning artifacts."
|
||||
rm *~ .depend $(OBJS) *.o *.exe
|
||||
rm -f .depend $(OBJS) *.o *.exe
|
||||
|
||||
### ===== Dependencies =====
|
||||
### Rebuild if headers change
|
||||
|
||||
Reference in New Issue
Block a user