From: Michael Tremer Date: Tue, 26 Nov 2019 16:38:01 +0000 (+0000) Subject: Makefile: Cleanup Debian tarball X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe51657e0891a2d9333104d66d8ab977b6f04e29;p=people%2Fsennis%2Flibloc.git Makefile: Cleanup Debian tarball Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index cf94eab..53264f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,9 @@ OS = $(shell uname -s) DEBIAN_TARBALL_NAME = $(PACKAGE_NAME)_$(PACKAGE_VERSION).orig.tar.xz +CLEANFILES += \ + $(DEBIAN_TARBALL_NAME) + if ENABLE_PERL BINDINGS += perl endif