]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/RadioCountToLeds/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / RadioCountToLeds / Makefile
index 0a8e2eb9d7aba8fdebeb7bdd8cf56a2f1be36a4b..5cab01d6fcbbf92f2a0428ac822b562ef8da3420 100644 (file)
@@ -1,5 +1,6 @@
 COMPONENT=RadioCountToLedsAppC
 BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+CLEAN_EXTRA = RadioCountMsg.py RadioCountMsg.class RadioCountMsg.java
 
 RadioCountMsg.py: RadioCountToLeds.h
        mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToLeds.h radio_count_msg -o $@