summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Auras <yak54@gmx.net>2010-03-10 22:02:27 +0100
committerAndreas Auras <yak54@gmx.net>2010-03-10 22:02:27 +0100
commit31481cf38310ae73dc709f0148360b0a475cd5cc (patch)
treedf3153a20efe00e5df949607496a4dd87295cc20 /Makefile
parent8a4bbfb856753764235c19bce5228e606817858d (diff)
downloaddf10ch-atmolight-controller-31481cf38310ae73dc709f0148360b0a475cd5cc.tar.gz
df10ch-atmolight-controller-31481cf38310ae73dc709f0148360b0a475cd5cc.tar.bz2
update setup to V3
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