diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,10 +23,10 @@ test: | |||
23 | lua test/hello.lua | 23 | lua test/hello.lua |
24 | 24 | ||
25 | install-both: | 25 | install-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 | ||