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

@ -48,7 +48,15 @@ clean:
$(Q)$(RM) $(CLEAN)
$(Q)$(RMDIR) $(OBJDIR)
.PHONY: all clean
install: all
$(info [@] Installing $(BINS) $(LIB_A) to $(PREFIX))
@true
uninstall:
$(info [@] Uninstalling $(BINS) $(LIB_A) from $(PREFIX))
@true
.PHONY: all clean install uninstall
$(BINDIR)/$(LIB_A): $(MYOBJS)
$(info [=] AR $(notdir $@))