X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2FTestSerialBandwidth%2FMakefile;h=c7603bf069b7b67571bef0f8f181258c96a9d793;hp=b0aae0547680874ebd4592e3d3fb7a8ae679cbcd;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tests/TestSerialBandwidth/Makefile b/apps/tests/TestSerialBandwidth/Makefile index b0aae054..c7603bf0 100644 --- a/apps/tests/TestSerialBandwidth/Makefile +++ b/apps/tests/TestSerialBandwidth/Makefile @@ -1,6 +1,7 @@ COMPONENT=TestSerialAppC BUILD_EXTRA_DEPS += TestSerialMsg.class TestSerial.class CFLAGS += -DTOSH_DATA_LENGTH=100 +CLEAN_EXTRA = *.class TestSerialMsg.java %.class: %.java javac $<