From a36f425491aaf019243a31179e80cb10ea62db59 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 21 Jun 2021 20:05:08 -0400 Subject: (mkosarek) Transpiling code snippets in a shotty way, but it is good enough --- transpiler/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transpiler/build.sh') diff --git a/transpiler/build.sh b/transpiler/build.sh index 6ca478e..ea1cb93 100755 --- a/transpiler/build.sh +++ b/transpiler/build.sh @@ -1 +1 @@ -g++ -o transpiler transpiler.cpp Logger.cpp MyString.cpp \ No newline at end of file +g++ -o transpiler transpiler.cpp Logger.cpp MyString.cpp replacer.cpp -- cgit v1.2.1