~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-09-02 18:12:15 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090902181215-yla8zvcas2ucvkm9
[Christophe Prud'homme]
* New upstream release
  + fixed surface mesh orientation bug introduced in 2.4.0;
  + mesh and graphics code refactoring;
  + small usability enhancements and bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
2
 
#
3
 
# See the LICENSE.txt file for license information. Please report all
4
 
# bugs and problems to <gmsh@geuz.org>.
5
 
 
6
 
include ../variables
7
 
 
8
 
clean:
9
 
        ${RM} *.a *.lib
10