/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
16 by Teddy Hogeborn
* Makefile: Include targets for all binaries.
1
# See the parent directory Makefile
2
3
all:
4
	$(MAKE) -C .. all
13 by Björn Påhlsson
Added following support:
5
6
.PHONY : clean
7
clean :
16 by Teddy Hogeborn
* Makefile: Include targets for all binaries.
8
	$(MAKE) -C .. clean