##// END OF EJS Templates
Removed unmaintained modules.
Removed unmaintained modules.

File last commit:

r644:9af55c8d1a6e default
r650:6e4bff4d80b1 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