mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Revert "Release v4.9224 - Ice Coffee ☕"
This reverts commit 9cec93fd54
.
This commit is contained in:
parent
9cec93fd54
commit
3e389c6e07
19 changed files with 24 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -O3
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
# Linux libs
|
||||
LIBS=-pthread -D_GNU_SOURCE
|
||||
# Mac libs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -O3
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
LIBS=
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -O3
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
LIBS=-lpthread
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall -O3
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
LIBS=-lpthread
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue