summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 987130a..edcaad4 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ $(FIRMWARE_DIRS):
## Clean target
clean:
- for dir in $(FIRMWARE_DIRS); do \
+ for dir in $(FIRMWARE_DIRS) test_appl; do \
$(MAKE) -C $$dir clean; \
done
rm -rf build MANIFEST