Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
# $Id$
2
 
3
all:
4
	@echo Bootstrapping TenDRA build with bmake...
5
	@echo
6
	@echo If this does not work, please make sure you have bmake
7
	@echo installed in place specified by your PATH environment
8
	@echo variable.
9
	@echo
10
	@/usr/bin/env bmake -r
11
 
12
clean:
13
	@echo Using bmake to clean up build environment...
14
	@/usr/bin/env bmake -r clean