source: trunk/yat/Makefile @ 2884

Last change on this file since 2884 was 2749, checked in by Peter, 11 years ago

add small convenience Makefiles in subdirs. closes #703

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 783 bytes
Line 
1# $Id: Makefile 2749 2012-06-18 07:33:47Z peter $
2#
3# Copyright (C) 2012 Peter Johansson
4#
5# This file is part of the yat library, http://dev.thep.lu.se/yat
6#
7# The yat library is free software; you can redistribute it and/or
8# modify it under the terms of the GNU General Public License as
9# published by the Free Software Foundation; either version 3 of the
10# License, or (at your option) any later version.
11#
12# The yat library is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15# General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with yat. If not, see <http://www.gnu.org/licenses/>.
19
20all:; cd .. && $(MAKE) yat/libyat.la
Note: See TracBrowser for help on using the repository browser.