Makefile: Remove unneeded arguments in CCFLAGS.

This fixes a compilation on clang.
This commit is contained in:
Yusuke Nakamura 2014-04-27 00:16:48 +09:00
parent 03da39e229
commit 0214d4ffcc

View file

@ -45,7 +45,7 @@ else
endif
CC = gcc -fopenmp
CCFLAGS = $(DFLAGS) -I. -I/usr/local/include -L/usr/local/lib -Wall
CCFLAGS = $(DFLAGS) -I. -Wall
LDFLAGS += -lm
LD = gcc -fopenmp
YASM = yasm