Hi, > I created my own directory ( sample) .Now when I run my program > by using "make " I am getting an error saying that "No file / > directory for make rules"
you have to set in the Makefile script: "include ../../Makerules" instead of "../Makerules" Regards, Volker _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
