mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-27 15:08:21 +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)
|
|
|