-
Akash Kothari authoredAkash Kothari authored
c.gcc.mk 300 B
# (c) 2007 The Board of Trustees of the University of Illinois.
# Rules common to all makefiles
# Commands to build objects from source file using C compiler
# with gcc
# gcc (default)
CC = gcc
PLATFORM_CFLAGS =
CXX = g++
PLATFORM_CXXFLAGS =
LINKER = g++
PLATFORM_LDFLAGS = -lm -lpthread