X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestSerialBandwidth%2FMakefile;h=c7603bf069b7b67571bef0f8f181258c96a9d793;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=b0aae0547680874ebd4592e3d3fb7a8ae679cbcd;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git 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 $<