summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2012-06-09 15:04:03 +0200
committerMike Pall <mike>2012-06-09 15:12:44 +0200
commit9a9509c66a98d0bf42003ad5d06e8f275c5ff1f5 (patch)
treef5ca35d9ed7cc66f644828233f511f6db4634849 /Makefile
parent0a6c8338d240dd318db2f5269414dcf7ddc9ed35 (diff)
downloadluajit2-9a9509c66a98d0bf42003ad5d06e8f275c5ff1f5.tar.gz
Reorganize build process.
Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8117692e..7ad44595 100644
--- a/Makefile
+++ b/Makefile
@@ -155,9 +155,6 @@ clean:
cleaner:
$(MAKE) -C src cleaner
-distclean:
- $(MAKE) -C src distclean
-
-.PHONY: all install amalg clean cleaner distclean
+.PHONY: all install amalg clean cleaner
##############################################################################