make mi alias for mega-install

This commit is contained in:
joonicks 2025-10-24 16:16:37 +02:00
parent e058aa40c3
commit 3da107f0e4

View File

@ -104,7 +104,7 @@ $(INSTALLNAME)-static: $(OFILES)
# resulting in a smaller, more efficient, binary. this process uses lots more memory at compile time. # resulting in a smaller, more efficient, binary. this process uses lots more memory at compile time.
# #
mega-install: mega $(SRCFILES) $(INCS) usage.h mega-install mi:mega $(SRCFILES) $(INCS) usage.h
$(CHMOD) $(INSTALLMODE) $(INSTALLNAME) $(CHMOD) $(INSTALLMODE) $(INSTALLNAME)
$(MV) $(INSTALLNAME) $(INSTALLDIR) $(MV) $(INSTALLNAME) $(INSTALLDIR)