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 /interface/makefile | |
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 'interface/makefile')
-rw-r--r-- | interface/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/makefile b/interface/makefile index 5cf7a99..62a53a7 100644 --- a/interface/makefile +++ b/interface/makefile @@ -5,7 +5,7 @@ libopt.a:opt.o $(AR) $@ opt.o opt.o:opt.cc opt.h - $(CPP) $< -o $@ $(INC) $(CPPFLAGS) + $(CXX) $< -o $@ $(INC) $(CXXFLAGS) clean: |