diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ gcc := 4.2 ifeq ($(gcc),) gxx := $(dev)/usr/bin/clang++ else -gxx := $(dev)/usr/bin/g++-$(gcc) +gxx := $(dev)/usr/bin/g++ endif flags := |