X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=4beca8ba39c2760eb680f6ad0e14e53f299bdd69;hb=daae7d02155bc650acf5f49f2eeee15817bd98b8;hp=75de23dc2ab7d5d35b1ec61e80a47c4bfba26a15;hpb=e427f5aee4541f9975a8cf96bda7afa4a749edf8;p=autopkgtest.git diff --git a/Makefile b/Makefile index 75de23d..4beca8b 100644 --- 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