updates Makefile (we don't need math library (LIBS=-lm))

This commit is contained in:
Dominic Reich 2017-08-15 21:09:52 +02:00
parent 052d1bf5e8
commit 59060401b5

View file

@ -1,5 +1,5 @@
TARGET=fewo-blacklist
LIBS=-lm
LIBS=
CC=g++
CFLAGS=-march=native -O2 -g -Wall