aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 934485b..f9fa6fe 100644
--- a/makefile
+++ b/makefile
@@ -23,10 +23,10 @@ test:
23 lua test/hello.lua 23 lua test/hello.lua
24 24
25install-both: 25install-both:
26 touch src/*.c 26 $(MAKE) clean
27 @cd src; $(MAKE) $(PLAT) LUAV=5.1 27 @cd src; $(MAKE) $(PLAT) LUAV=5.1
28 @cd src; $(MAKE) install-unix LUAV=5.1 28 @cd src; $(MAKE) install-unix LUAV=5.1
29 touch src/*.c 29 $(MAKE) clean
30 @cd src; $(MAKE) $(PLAT) LUAV=5.2 30 @cd src; $(MAKE) $(PLAT) LUAV=5.2
31 @cd src; $(MAKE) install-unix LUAV=5.2 31 @cd src; $(MAKE) install-unix LUAV=5.2
32 32