Skip to content
Snippets Groups Projects
Commit a6ac7097 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

build solver examples with ${FLAGS}, so that on Windows they receive the
-mwindows argument
parent 30aa937a
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.1 2005-01-13 20:36:54 geuzaine Exp $
# $Id: Makefile,v 1.2 2005-01-14 02:27:01 geuzaine Exp $
#
# Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
#
......@@ -22,7 +22,7 @@
include ../../../variables
andre: andre.cpp
${CXX} ${OPTIM} -o andre.exe andre.cpp
${CXX} ${FLAGS} ${OPTIM} -o andre.exe andre.cpp
clean:
rm -f *.o *.exe *.pos
......
# $Id: Makefile,v 1.1 2005-01-13 20:36:54 geuzaine Exp $
# $Id: Makefile,v 1.2 2005-01-14 02:27:00 geuzaine Exp $
#
# Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
#
......@@ -22,7 +22,7 @@
include ../../../variables
mysolver: mysolver.c GmshClient.c
${CXX} ${OPTIM} -o mysolver.exe mysolver.c GmshClient.c
${CXX} ${FLAGS} ${OPTIM} -o mysolver.exe mysolver.c GmshClient.c
clean:
rm -f *.o *.exe *.pos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment