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
|
@ -56,7 +56,15 @@ clean:
|
|||
$(Q)$(DELETE) $(OBJDIR)$(PATHSEP)*.d
|
||||
$(Q)$(DELETE) version.c
|
||||
|
||||
.PHONY: all clean help
|
||||
install: all
|
||||
$(info [@] Installing bootrom to $(PREFIX))
|
||||
@true
|
||||
|
||||
uninstall:
|
||||
$(info [@] Uninstalling bootrom from $(PREFIX))
|
||||
@true
|
||||
|
||||
.PHONY: all clean help install
|
||||
help:
|
||||
@echo Multi-OS Makefile, you are running on $(DETECTED_OS)
|
||||
@echo Possible targets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue