mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
make install skeleton
This commit is contained in:
parent
dbc9865c36
commit
b5f5b9276f
7 changed files with 51 additions and 8 deletions
|
@ -19,3 +19,12 @@ proxmark3_recovery.bin: bootrom.bin fullimage.bin
|
|||
clean:
|
||||
$(Q)rm -f $(BINS)
|
||||
|
||||
install: all
|
||||
$(info [@] Installing recovery to $(PREFIX))
|
||||
@true
|
||||
|
||||
uninstall: all
|
||||
$(info [@] Uninstalling recovery from $(PREFIX))
|
||||
@true
|
||||
|
||||
PHONY: all clean install uninstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue