[parser] Makefile nonsense
Includes are now explicit so they can be extracted into dependencies for the makefile.
This commit is contained in:
parent
385c378edb
commit
6692d12d36
4 changed files with 59 additions and 0 deletions
12
lrparser.mk
Normal file
12
lrparser.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# This file generated by makedep.py
|
||||
VERSION=0.7.9
|
||||
PYTHON_SOURCES=\
|
||||
parser/tree_sitter.py \
|
||||
parser/runtime.py \
|
||||
parser/generated_source.py \
|
||||
parser/parser.py \
|
||||
parser/emacs.py \
|
||||
parser/wadler/runtime.py \
|
||||
parser/wadler/builder.py \
|
||||
parser/wadler/__init__.py \
|
||||
parser/__init__.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue