make install skeleton

This commit is contained in:
Philippe Teuwen
2019-08-30 21:44:40 +02:00
parent dbc9865c36
commit b5f5b9276f
7 changed files with 51 additions and 8 deletions

View File

@@ -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