chiark / gitweb /
finalise changelog
[autopkgtest.git] / Makefile
index 75de23dc2ab7d5d35b1ec61e80a47c4bfba26a15..4beca8ba39c2760eb680f6ad0e14e53f299bdd69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ programs =    virt-subproc/adt-virt-chroot \
 examples =     runner/onepackage-config \
                runner/ubuntu-config
 
-pythonfiles =  virt-subproc/VirtSubproc.py
+pythonfiles =  lib/Autopkgtest.py \
+               lib/VirtSubproc.py
 
 all:
        cd xen && $(MAKE)
@@ -55,4 +56,5 @@ install: install-here
        cd xen && $(MAKE) install
 
 clean:
+       rm -f */*.pyc
        cd xen && $(MAKE) clean