diff --git a/Makefile b/Makefile index f25cda1..2c3156a 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ upload: $(DEBS) .PHONY: distclean clean distclean: clean clean: - rm -rf $(BUILDDIR) $(PACKAGE)_* $(DEBS) *.buildinfo *.changes + rm -rf $(BUILDDIR) $(PACKAGE)*.deb *.buildinfo *.changes .PHONY: dinstall dinstall: $(DEBS)