X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FTxThroughput%2FMakefile;h=bbc8e5332443b8c0fb7a7ab678731fddedb1fff0;hp=cf72257e232a580266591c4d2744926be773df6d;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tests/cc2420/TxThroughput/Makefile b/apps/tests/cc2420/TxThroughput/Makefile index cf72257e..bbc8e533 100644 --- a/apps/tests/cc2420/TxThroughput/Makefile +++ b/apps/tests/cc2420/TxThroughput/Makefile @@ -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 $@