13 lines
246 B
Makefile
Executable File
13 lines
246 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
DEB_PYTHON_SYSTEM := pysupport
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
|
|
|
clean::
|
|
rm -rf build build-stamp configure-stamp build/ MANIFEST
|
|
dh_clean
|
|
|