diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2025-02-10 06:47:18 +0100 |
---|---|---|
committer | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2025-02-10 06:47:46 +0100 |
commit | 2d230e9bc9bf765d1ec4cba1695f3aa2a312fe8d (patch) | |
tree | 0f69a027c4742d581034d0c000112935404d9de1 /makefile | |
parent | d8321c1947b644888f92795a75645d0c91a6a92d (diff) |
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |