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

@@ -213,7 +213,15 @@ clean:
$(Q)$(DELETE) $(OBJDIR)$(PATHSEP)*.bin
$(Q)$(DELETE) version.c
.PHONY: all clean help
install: all
$(info [@] Installing fullimage to $(PREFIX))
@true
uninstall:
$(info [@] Uninstalling fullimage from $(PREFIX))
@true
.PHONY: all clean help install uninstall
help:
@echo Multi-OS Makefile, you are running on $(DETECTED_OS)
@echo Possible targets: