source: trunk/presentation-langages/Makefile @ 332

Last change on this file since 332 was 331, checked in by nanardon, 13 years ago
  • add global makefile
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 104 bytes
Line 
1# $Id$
2
3all: beamer article
4
5beamer:
6        make -C beamer
7
8article:
9        make -C article
10
11.PHONY: beamer article
Note: See TracBrowser for help on using the repository browser.