Add dependency to grammar.txt in parser.c rule
This commit is contained in:
parent
9e1eb41f37
commit
e6bb5cfb0e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ parser : parser.c
|
|||
gcc -o parser parser.c
|
||||
|
||||
|
||||
parser.c : main.py
|
||||
parser.c : main.py grammar.txt
|
||||
chmod +x main.py
|
||||
python3 main.py > parser.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue