X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/cc4caeae4d522e9f270ceba6a4a99e7ce1b6da26..b7ed961b8099c05f65e18d4c73ead50cc5c8bff1:/vendor/raspbian/makefile diff --git a/vendor/raspbian/makefile b/vendor/raspbian/makefile index ced566c30..c4464900f 100644 --- a/vendor/raspbian/makefile +++ b/vendor/raspbian/makefile @@ -9,3 +9,8 @@ doc binary manpages: sources.list sources.list: sources.list.in ../../doc/apt-verbatim.ent sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@ + +clean: clean/sources.list + +clean/sources.list: + rm -f sources.list