updates Makefile (we don't need math library (LIBS=-lm))
This commit is contained in:
parent
052d1bf5e8
commit
59060401b5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
TARGET=fewo-blacklist
|
||||
LIBS=-lm
|
||||
LIBS=
|
||||
CC=g++
|
||||
CFLAGS=-march=native -O2 -g -Wall
|
||||
|
||||
|
|
Loading…
Reference in a new issue