]> git.ipfire.org Git - location/libloc.git/commitdiff
Makefile: Cleanup Debian tarball
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Nov 2019 16:38:01 +0000 (16:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Nov 2019 16:38:01 +0000 (16:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index cf94eab3b0144451ffcb600c69ca6f7b27065918..53264f0f603f88d8e09a55bfc4d905364776cb5a 100644 (file)
@@ -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