COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 558:4cbfb435ec2b

Last change on this file since 558:4cbfb435ec2b was 546:bd3e3bfd9148, checked in by Alpar Juttner, 20 years ago

No automatic doc generation.

File size: 124 bytes
RevLine 
[542]1SUBDIRS = src doc
2
[546]3all:
4
[542]5docs:
6        @cd doc \
7        && $(MAKE) $(AM_MAKEFLAGS) clean \
8        && $(MAKE) $(AM_MAKEFLAGS) all
9
10.PHONY: docs
Note: See TracBrowser for help on using the repository browser.