/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
1
2
3
4
5
6
7
8
# See the parent directory Makefile

all:
	$(MAKE) -C .. all

.PHONY : clean
clean :
	$(MAKE) -C .. clean