make install skeleton

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

View file

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