]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/LplBroadcastCountToLeds/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / cc2420 / LplBroadcastCountToLeds / Makefile
index 6e62a3794338e836a03169370ac71e774811f981..139d6aeae4340a926a8fb41d212ec8a05fbec17f 100644 (file)
@@ -4,6 +4,7 @@ CFLAGS += -DACK_LOW_POWER_LISTENING
 #CFLAGS += -DNOACK_LOW_POWER_LISTENING
 
 BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+CLEAN_EXTRA = *.class *.pyc RadioCountMsg.py RadioCountMsg.java
 
 RadioCountMsg.py: RadioCountToLeds.h
        mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToLeds.h radio_count_msg -o $@