Repositories
/
olsrd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- added mini plugin as an example and for testing the new plugin interface
[olsrd.git]
/
lib
/
Makefile
1
SUBDIRS = dot_draw dyn_gw httpinfo mini nameservice powerinfo secure tas
2
3
.PHONY: $(SUBDIRS)
4
5
all: $(SUBDIRS)
6
clean: $(SUBDIRS)
7
install: $(SUBDIRS)
8
9
$(SUBDIRS):
10
$(MAKE) -C $@ $(MAKECMDGOALS)