X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2FeyesIFX%2FRadioCountToFlash%2FMakefile;h=e98a3bc3e4de19a26d2b0549d61fb32ed9e19d3d;hp=14ef6855f21e99c91fc07f6ac4a9823eb5dcd725;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 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 $@