Project

General

Profile

Revision 1513

slightly modified makefile, added more error checking to bom beacon code

View differences:

Makefile
387 387
# Build the library
388 388
library:
389 389
	@echo $(MSG_LIBRARY_BUILD)
390
	@cd $(COLONYROOT)/code/projects/libdragonfly;make clean;make dist
391
	@cd $(COLONYROOT)/code/projects/libwireless/lib;make clean;make dist
390
	make clean -C $(COLONYROOT)/code/projects/libdragonfly
391
	make dist -C $(COLONYROOT)/code/projects/libdragonfly
392
	make clean -C $(COLONYROOT)/code/projects/libwireless/lib
393
	make dist -C $(COLONYROOT)/code/projects/libwireless/lib
392 394

  
393 395
# Check if library needs to be built
394 396
lib:
395 397
	@echo $(MSG_LIBRARY_CHECK)
396
	@cd $(COLONYROOT)/code/projects/libdragonfly;make dist
397
	@cd $(COLONYROOT)/code/projects/libwireless/lib;make dist
398
	make dist -C $(COLONYROOT)/code/projects/libdragonfly
399
	make dist -C $(COLONYROOT)/code/projects/libwireless/lib
398 400

  
399 401

  
400 402
# Program the device.

Also available in: Unified diff