X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FeyesIFX%2FRadioCountToFlash%2FMakefile;h=e98a3bc3e4de19a26d2b0549d61fb32ed9e19d3d;hb=df861e992478ad97cb51d85ac96d55ad899a5945;hp=14ef6855f21e99c91fc07f6ac4a9823eb5dcd725;hpb=e52fbd4629d97c9c2ca9c7e61d1444f5c8b4a4f9;p=tinyos-2.x.git diff --git a/apps/tests/eyesIFX/RadioCountToFlash/Makefile b/apps/tests/eyesIFX/RadioCountToFlash/Makefile index 14ef6855..e98a3bc3 100644 --- a/apps/tests/eyesIFX/RadioCountToFlash/Makefile +++ b/apps/tests/eyesIFX/RadioCountToFlash/Makefile @@ -1,5 +1,6 @@ COMPONENT=RadioCountToFlashAppC BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class +CLEAN_EXTRA = *.class RadioCountMsg.py RadioCountMsg.java RadioCountMsg.py: RadioCountToFlash.h mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToFlash.h RadioCountMsg -o $@