summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1ed2cff..9324f71 100644
--- a/makefile
+++ b/makefile
@@ -22,6 +22,6 @@ check: driver lc
progress:
cd writing-a-c-compiler-tests; \
- ./test_compiler ../driver/_build/install/default/bin/driver --chapter 10 --bitwise --compound --increment --goto --switch
+ ./test_compiler ../driver/_build/install/default/bin/driver --chapter 11 --bitwise --compound --increment --goto --switch --stage lex
.PHONY: all lc driver check progress