##// END OF EJS Templates
Removed unmaintained C drivers....
Removed unmaintained C drivers. Removed insanely dangerous bash scripts. Moved some Test from design folder to tests folder. Updated readme. Updated top Makefile.

File last commit:

r644:9af55c8d1a6e default
r644:9af55c8d1a6e default
Show More
Makefile
33 lines | 460 B | text/x-makefile | MakefileLexer
SCRIPTSDIR=scripts/
LIBDIR=lib/
BOARDSDIR=boards/
DESIGNSDIR=designs/
.PHONY:doc
all: help
help:
@echo
@echo " batch targets:"
@echo
@echo " make link : link lpp library to GRLIB at : $(GRLIB)"
@echo " make test : run all tests /!\\ might take a lot of time."
APB_devs:
sh $(SCRIPTSDIR)/APB_DEV_UPDATER.sh
link:
sh $(SCRIPTSDIR)/linklibs.sh $(GRLIB)
test:
$(MAKE) -C tests test
distclean:
$(MAKE) -C tests distclean