hitag2crack compile flags

This commit is contained in:
Philippe Teuwen 2020-04-26 22:41:41 +02:00
commit a7c286cc9a
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall CFLAGS?=-Wall -Werror -O3
# Linux libs # Linux libs
LIBS=-pthread -D_GNU_SOURCE LIBS=-pthread -D_GNU_SOURCE
# Mac libs # Mac libs

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall CFLAGS?=-Wall -Werror -O3
LIBS= LIBS=
VPATH=../common VPATH=../common
INC=-I ../common INC=-I ../common

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall CFLAGS?=-Wall -Werror -O3
LIBS=-lpthread LIBS=-lpthread
VPATH=../common VPATH=../common
INC=-I ../common INC=-I ../common

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall CFLAGS?=-Wall -Werror -O3
LIBS=-lpthread LIBS=-lpthread
VPATH=../common VPATH=../common
INC=-I ../common INC=-I ../common