diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-23 17:17:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 17:17:49 +0100 |
| commit | 78d2cbfdeee89a461de34c809cd8304358188cc1 (patch) | |
| tree | ec03a9cd49c92f55ab1daa696aa1b871c8d3c0b9 /makefile | |
| parent | 58f94e47d2f7a7cfc0aa2034a1b9ce679ce2731c (diff) | |
| parent | d9c08114da2ec8950498f71939f92a6dc0d237c1 (diff) | |
| download | luasocket-78d2cbfdeee89a461de34c809cd8304358188cc1.tar.gz luasocket-78d2cbfdeee89a461de34c809cd8304358188cc1.tar.bz2 luasocket-78d2cbfdeee89a461de34c809cd8304358188cc1.zip | |
Merge pull request #366 from lunarmodules/54
Diffstat (limited to 'makefile')
| -rwxr-xr-x | makefile | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -33,6 +33,9 @@ install-both: | |||
| 33 | $(MAKE) clean | 33 | $(MAKE) clean |
| 34 | @cd src; $(MAKE) $(PLAT) LUAV=5.3 | 34 | @cd src; $(MAKE) $(PLAT) LUAV=5.3 |
| 35 | @cd src; $(MAKE) install LUAV=5.3 | 35 | @cd src; $(MAKE) install LUAV=5.3 |
| 36 | $(MAKE) clean | ||
| 37 | @cd src; $(MAKE) $(PLAT) LUAV=5.4 | ||
| 38 | @cd src; $(MAKE) install LUAV=5.4 | ||
| 36 | 39 | ||
| 37 | install-both-unix: | 40 | install-both-unix: |
| 38 | $(MAKE) clean | 41 | $(MAKE) clean |
| @@ -44,6 +47,9 @@ install-both-unix: | |||
| 44 | $(MAKE) clean | 47 | $(MAKE) clean |
| 45 | @cd src; $(MAKE) $(PLAT) LUAV=5.3 | 48 | @cd src; $(MAKE) $(PLAT) LUAV=5.3 |
| 46 | @cd src; $(MAKE) install-unix LUAV=5.3 | 49 | @cd src; $(MAKE) install-unix LUAV=5.3 |
| 50 | $(MAKE) clean | ||
| 51 | @cd src; $(MAKE) $(PLAT) LUAV=5.4 | ||
| 52 | @cd src; $(MAKE) install-unix LUAV=5.4 | ||
| 47 | 53 | ||
| 48 | .PHONY: test | 54 | .PHONY: test |
| 49 | 55 | ||
