aboutsummaryrefslogtreecommitdiffstats
path: root/test/makefile
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-30 06:19:55 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-30 06:19:55 +0000
commitea754c64808205efb85678c0a8686d8169ed8740 (patch)
tree00cb591282c0e12153bb59bac14322cf25752e76 /test/makefile
parent8aa38a3185c61f60248bd99616a0ead6cd5f84c3 (diff)
downloadopt-utilities-ea754c64808205efb85678c0a8686d8169ed8740.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@36 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/makefile b/test/makefile
index 9933620..a801d7b 100644
--- a/test/makefile
+++ b/test/makefile
@@ -3,7 +3,7 @@ targets=test_optimizer
all:$(targets)
test_optimizer:test_optimizer.cpp
- g++ $< -o $@ -I .. -O3
+ $(CXX) $< -o $@ -I .. -O3
clean: