summaryrefslogtreecommitdiff
path: root/transpiler/build.sh
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-06-21 20:05:08 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-06-21 20:05:08 -0400
commita36f425491aaf019243a31179e80cb10ea62db59 (patch)
treef0c2e4677011b6595a51b628326bc2595bd08681 /transpiler/build.sh
parent454fa3628bd35a37b7ed147a081f8f25590b3232 (diff)
(mkosarek) Transpiling code snippets in a shotty way, but it is good enough
Diffstat (limited to 'transpiler/build.sh')
-rwxr-xr-xtranspiler/build.sh2
1 files changed, 1 insertions, 1 deletions
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