Defining CC is unneccessary

It normally refers to /usr/bin/cc which is a symlink to the preferred
compiler. Removing it from the Makefile allows one to explicitly define
a different compiler at build-time.
This commit is contained in:
Jerome Charaoui 2019-01-24 21:06:23 -05:00 committed by Fufu Fang
parent d65352e3fb
commit 854001d1ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
VERSION=1.0
CC=gcc
CFLAGS+= -g -O2 -Wall -Wextra -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\"
LDFLAGS+= -lgumbo -lcurl -lfuse -lcrypto
OBJ = main.o network.o fuse_local.o link.o