wangzhengquan
2020-07-14 e4ce347428a0d459c7561f7bb3e180f351c11a4f
Make.defines.linux
@@ -2,7 +2,7 @@
# Definitions required in all program directories to compile and link
# C programs using gcc.
DEBUG=y
CC = g++
COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) -c
LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)