# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
#
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.

include ../../variables

mshsort: mshsort.cpp
	${CXX} ${OPTIM} -o ../../bin/mshsort mshsort.cpp

clean:
	rm -f *.o *.exe mshsort

depend:
	true
