From 5f7eb10893f1115d2db1d513f83286ba55256941 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 4 Aug 2020 14:48:21 -0400 Subject: [PATCH] chore: fix missing newline --- runtime/thirdparty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/thirdparty/Makefile b/runtime/thirdparty/Makefile index 7427f7e..ed69cc7 100644 --- a/runtime/thirdparty/Makefile +++ b/runtime/thirdparty/Makefile @@ -23,4 +23,4 @@ clean: make -C ck uninstall rm -rf ${DIST_PREFIX} -.PHONY: clean all build ck jsmn http-parser \ No newline at end of file +.PHONY: clean all build ck jsmn http-parser