aboutsummaryrefslogtreecommitdiffstats
path: root/test_lexer.sh
diff options
context:
space:
mode:
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.";