aboutsummaryrefslogtreecommitdiffstats
path: root/test_lexer.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-07 19:02:06 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-07 19:02:06 +0000
commit49ff65e37739480fc843b81d3c27a3deb5f9f0bf (patch)
treea43ff33ee6ccc1af33bb0e37b36a40edec0af1f7 /test_lexer.sh
parent934fc643b33e1af6c13e5658133c93a6a35b7cbd (diff)
downloadCompiler-49ff65e37739480fc843b81d3c27a3deb5f9f0bf.tar.gz
Compiler-49ff65e37739480fc843b81d3c27a3deb5f9f0bf.zip
Started parser but not working yet, finished makefile
Diffstat (limited to 'test_lexer.sh')
-rwxr-xr-xtest_lexer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_lexer.sh b/test_lexer.sh
index 5f6803e..c9904ee 100755
--- a/test_lexer.sh
+++ b/test_lexer.sh
@@ -6,7 +6,7 @@ echo "========================================"
echo " Cleaning the temporaries and outputs"
make clean
echo " Force building lexer"
-make bin/c_lexer -B
+make -B bin/c_lexer
if [[ "$?" -ne 0 ]]; then
echo "Build failed.";