Updated Makefile as suggested by Mark Jarvin.

This commit is contained in:
Alan Mishchenko 2013-05-19 22:17:58 -07:00
parent f3bab3e479
commit 9289d71516
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CC := g++
CC := gcc
CXX := g++
LD := $(CXX)