mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
Make objcopy call less verbose
Add master Makefile
This commit is contained in:
parent
269a820f9e
commit
db335b3de0
4 changed files with 33 additions and 13 deletions
|
@ -16,7 +16,9 @@ LIBS = kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.li
|
|||
|
||||
HEADERS = prox.h
|
||||
|
||||
all: $(OBJDIR)/prox.exe
|
||||
all: prox.exe
|
||||
|
||||
prox.exe: $(OBJDIR)/prox.exe
|
||||
copy $(OBJDIR)\prox.exe .
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue