diff --git a/Makefile b/Makefile index dc0a883..0231c60 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=fewo-blacklist -LIBS=-lm +LIBS= CC=g++ CFLAGS=-march=native -O2 -g -Wall