chore; add Lua 5.4 to make files

This commit is contained in:
Thijs Schreijer
2022-03-23 17:11:43 +01:00
parent 58f94e47d2
commit d9c08114da
2 changed files with 12 additions and 6 deletions

View File

@ -33,6 +33,9 @@ install-both:
$(MAKE) clean
@cd src; $(MAKE) $(PLAT) LUAV=5.3
@cd src; $(MAKE) install LUAV=5.3
$(MAKE) clean
@cd src; $(MAKE) $(PLAT) LUAV=5.4
@cd src; $(MAKE) install LUAV=5.4
install-both-unix:
$(MAKE) clean
@ -44,6 +47,9 @@ install-both-unix:
$(MAKE) clean
@cd src; $(MAKE) $(PLAT) LUAV=5.3
@cd src; $(MAKE) install-unix LUAV=5.3
$(MAKE) clean
@cd src; $(MAKE) $(PLAT) LUAV=5.4
@cd src; $(MAKE) install-unix LUAV=5.4
.PHONY: test