16 lines
194 B
Makefile
16 lines
194 B
Makefile
#
|
|
# $Revision: 1.7 $
|
|
# $Author: hkmoffa $
|
|
# $Date: 2006/04/30 18:06:56 $
|
|
#
|
|
#
|
|
all:
|
|
(cd ../../examples/cxx ; @MAKE@ )
|
|
test:
|
|
./runtest
|
|
|
|
clean:
|
|
(cd ../../examples/cxx ; @MAKE@ clean )
|
|
|
|
depends:
|
|
|