Fix another typo in compiler series

This commit is contained in:
Danila Fedorin 2019-11-13 13:51:32 -08:00
parent dc9a68ad10
commit 58c9d5f982
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ We run the following commands in our build directory:
```
./compiler < ../examples/work1.txt
gcc -no-pie ../runtime.c progrma.o
gcc -no-pie ../runtime.c program.o
./a.out
```