summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2025-02-10 06:47:18 +0100
committerThomas Bracht Laumann Jespersen <t@laumann.xyz>2025-02-10 06:47:46 +0100
commit2d230e9bc9bf765d1ec4cba1695f3aa2a312fe8d (patch)
tree0f69a027c4742d581034d0c000112935404d9de1 /makefile
parentd8321c1947b644888f92795a75645d0c91a6a92d (diff)
lc/lex: add "long" token and lex long integersHEADmaster
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