summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-05-19 22:17:58 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-05-19 22:17:58 -0700
commit9289d7151661a13f5a26f8e7b2e7412acca2e283 (patch)
treebaa5669835a48cfa8e9796014d2c09b2ef651b81 /Makefile
parentf3bab3e479ab1ef2e07f5922f8ffd3c9c9214717 (diff)
downloadabc-9289d7151661a13f5a26f8e7b2e7412acca2e283.tar.gz
abc-9289d7151661a13f5a26f8e7b2e7412acca2e283.tar.bz2
abc-9289d7151661a13f5a26f8e7b2e7412acca2e283.zip
Updated Makefile as suggested by Mark Jarvin.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92c9bbb3..6db73c5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC := g++
+CC := gcc
CXX := g++
LD := $(CXX)