7 lines
131 B
Makefile
7 lines
131 B
Makefile
NULL =
|
|
|
|
PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py
|
|
|
|
EXTRA_DIST = $(PYTHON_MODULES)
|
|
|