fixed token dump
This commit is contained in:
parent
660306f6a5
commit
36396e97e9
2 changed files with 6 additions and 1 deletions
3
makefile
3
makefile
|
|
@ -38,4 +38,7 @@ clean:
|
|||
run: $(TARGET)
|
||||
$(TARGET)
|
||||
|
||||
run_lexer: $(TARGET)
|
||||
$(TARGET) -l
|
||||
|
||||
.PHONY: clean run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue