diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-30 06:19:55 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-30 06:19:55 +0000 |
commit | ea754c64808205efb85678c0a8686d8169ed8740 (patch) | |
tree | 00cb591282c0e12153bb59bac14322cf25752e76 /test | |
parent | 8aa38a3185c61f60248bd99616a0ead6cd5f84c3 (diff) | |
download | opt-utilities-ea754c64808205efb85678c0a8686d8169ed8740.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@36 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'test')
-rw-r--r-- | test/makefile | 2 |
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: |