mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Makefile verbose mode: make V=1 as for CMake
This commit is contained in:
parent
a23be5e6b3
commit
742fe16830
9 changed files with 37 additions and 20 deletions
|
@ -1,6 +1,8 @@
|
|||
# Hide full compilation line:
|
||||
Q?=@
|
||||
# To see full command lines, use make Q=
|
||||
ifneq ($(V),1)
|
||||
Q?=@
|
||||
endif
|
||||
# To see full command lines, use make V=1
|
||||
|
||||
VPATH = ../../common ../../common/crapto1 ../../client
|
||||
CC = gcc
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Hide full compilation line:
|
||||
Q?=@
|
||||
# To see full command lines, use make Q=
|
||||
ifneq ($(V),1)
|
||||
Q?=@
|
||||
endif
|
||||
# To see full command lines, use make V=1
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -std=c99 -Wall -O3 -I.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue