]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/TxThroughput/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / cc2420 / TxThroughput / Makefile
index cf72257e232a580266591c4d2744926be773df6d..bbc8e5332443b8c0fb7a7ab678731fddedb1fff0 100644 (file)
@@ -1,7 +1,6 @@
 COMPONENT=TxThroughputC
-
-
 BUILD_EXTRA_DEPS = ThroughputMsg.py ThroughputMsg.java ThroughputMsg.class
+CLEAN_EXTRA = *.class *.pyc ThroughputMsg.py ThroughputMsg.java
 
 ThroughputMsg.py: TxThroughput.h
        mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=ThroughputMsg TxThroughput.h ThroughputMsg -o $@