X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FSenseAndSend%2FMakefile;h=edf90505bf3e2e09f4950e87d11c7f782834c9d5;hp=911a04200fc5bb6ba443c5ce08536a6d2af96ae3;hb=105bebe37aff25173e8a887ab8ce260900700ee1;hpb=ed8168394051cf3530e174f65ceab7ac8db22e2a diff --git a/apps/tosthreads/capps/SenseAndSend/Makefile b/apps/tosthreads/capps/SenseAndSend/Makefile index 911a0420..edf90505 100644 --- a/apps/tosthreads/capps/SenseAndSend/Makefile +++ b/apps/tosthreads/capps/SenseAndSend/Makefile @@ -1,7 +1,7 @@ TOSTHREAD_MAIN=SenseAndSend.c CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/tmote_onboard -ifneq ($(filter telosb tmote clean,$(MAKECMDGOALS)),) +ifneq ($(filter telosb tmote epic clean,$(MAKECMDGOALS)),) include $(MAKERULES) else %: