mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
7 lines
120 B
Makefile
7 lines
120 B
Makefile
NULL =
|
|
|
|
PYTHON_MODULES = __init__.py codegen.py demarshal.py ptypes.py spice_parser.py
|
|
|
|
EXTRA_DIST = $(PYTHON_MODULES)
|
|
|