COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 546:bd3e3bfd9148

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

No automatic doc generation.

File size: 124 bytes
Line 
1SUBDIRS = src doc
2
3all:
4
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.