From ab4ca6354577359ee3a647c0797d576ef2e6b714 Mon Sep 17 00:00:00 2001 From: xiaosuGW Date: Sun, 17 Apr 2022 21:15:25 -0500 Subject: [PATCH] update run/Makefile to build thirdparty libaries --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Makefile b/runtime/Makefile index f75bcfd..3e6218f 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -107,7 +107,7 @@ CFILES += thirdparty/dist/lib/http_parser.o JSMNCFLAGS += -DJSMN_STATIC JSMNCFLAGS += -DJSMN_STRICT -all: runtime +all: thirdparty runtime runtime: @echo "Compiling runtime"