diff options
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 |