X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2FRadioCountToLeds%2FMakefile;h=5cab01d6fcbbf92f2a0428ac822b562ef8da3420;hp=0a8e2eb9d7aba8fdebeb7bdd8cf56a2f1be36a4b;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/RadioCountToLeds/Makefile b/apps/RadioCountToLeds/Makefile index 0a8e2eb9..5cab01d6 100644 --- a/apps/RadioCountToLeds/Makefile +++ b/apps/RadioCountToLeds/Makefile @@ -1,5 +1,6 @@ COMPONENT=RadioCountToLedsAppC BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class +CLEAN_EXTRA = RadioCountMsg.py RadioCountMsg.class RadioCountMsg.java RadioCountMsg.py: RadioCountToLeds.h mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToLeds.h radio_count_msg -o $@