mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Release v4.9230 - Ice Coffee ☕
This commit is contained in:
parent
b79ccc12ae
commit
db2e97c860
20 changed files with 30 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -Werror -O3
|
||||
CFLAGS?=-Wall -O3
|
||||
# Linux libs
|
||||
LIBS=-pthread -D_GNU_SOURCE
|
||||
# Mac libs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -Werror -O3
|
||||
CFLAGS?=-Wall -O3
|
||||
LIBS=
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -Werror -O3
|
||||
CFLAGS?=-Wall -O3
|
||||
LIBS=-lpthread
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -Werror -O3
|
||||
CFLAGS?=-Wall -O3
|
||||
LIBS=-lpthread
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue