Commit 87ab8bea authored by Andrew Price's avatar Andrew Price
Browse files

Switch over to duktape by default

And clean the duktape directory with 'make clean' as it builds fast
enough.
parent 35949d1a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ endif

clean:
	$(MAKE) -C src cleanall
	$(MAKE) -C duktape $@
	$(MAKE) -C po $@

version:
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ DEPTH=../../
include ../../Makefile.common

# Build with `make JSENGINE=foo` to switch engines
JSENGINE ?= moz
JSENGINE ?= duk

JSDIR_moz = $(DEPTH)mozjs
JSOBJ_moz = $(JSDIR_moz)/installroot/usr/lib/libmozjs-17.0.a