Project

General

Profile

Revision 1617

wl: clean up unit tests

View differences:

Makefile
390 390
	make clean -C $(COLONYROOT)/code/projects/libdragonfly
391 391
	make dist -C $(COLONYROOT)/code/projects/libdragonfly
392 392
ifdef USE_WIRELESS
393
	make clean -C $(COLONYROOT)/code/projects/libwireless/lib
394
	make dist -C $(COLONYROOT)/code/projects/libwireless/lib
393
	make clean -C $(COLONYROOT)/code/projects/libwireless
394
	make dist -C $(COLONYROOT)/code/projects/libwireless
395 395
endif
396 396

  
397 397
# Check if library needs to be built
......
399 399
	@echo $(MSG_LIBRARY_CHECK)
400 400
	make dist -C $(COLONYROOT)/code/projects/libdragonfly
401 401
#ifdef USE_WIRELESS
402
	make dist -C $(COLONYROOT)/code/projects/libwireless/lib
402
	make dist -C $(COLONYROOT)/code/projects/libwireless
403 403
#endif
404 404

  
405 405

  

Also available in: Unified diff