Build quickjs first.
--- edbrowse/makefile.orig	2022-03-12 23:41:26.000000000 -0600
+++ edbrowse/makefile	2022-06-21 02:22:15.000000000 -0500
@@ -1,7 +1,11 @@
 #  Simple makefile to move to the src directory.
 #  This only works if you are making the default target.
 
+QUICKJS_DIR ?= ../quickjs
+
 all :
+	tools/quickjobfixup $(QUICKJS_DIR)
+	$(MAKE) -C $(QUICKJS_DIR) libquickjs.a
 	cd src ; make
 
 clean :
