From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A79CC138200 for ; Fri, 5 Jul 2013 00:00:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC3FE09E4; Fri, 5 Jul 2013 00:00:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A30C4E09E4 for ; Fri, 5 Jul 2013 00:00:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A15C33E714 for ; Fri, 5 Jul 2013 00:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AA539E468F for ; Fri, 5 Jul 2013 00:00:35 +0000 (UTC) From: "Antanas Ursulis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Antanas Ursulis" Message-ID: <1372979875.e31eab1368bf684b9a9a085babacfe06549d7faf.uranium@gentoo> Subject: [gentoo-commits] proj/log-analysis:master commit in: / X-VCS-Repository: proj/log-analysis X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: uranium X-VCS-Committer-Name: Antanas Ursulis X-VCS-Revision: e31eab1368bf684b9a9a085babacfe06549d7faf X-VCS-Branch: master Date: Fri, 5 Jul 2013 00:00:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d92ae71d-7daa-421c-bc7d-43a7c79c3082 X-Archives-Hash: 500a6dc41b25d792598a0dcb03648e5a commit: e31eab1368bf684b9a9a085babacfe06549d7faf Author: Antanas Uršulis gmail com> AuthorDate: Thu Jul 4 23:17:55 2013 +0000 Commit: Antanas Ursulis gmail com> CommitDate: Thu Jul 4 23:17:55 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/log-analysis.git;a=commit;h=e31eab13 'clean' target update --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f4b165f..f87dfc1 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,4 @@ protobufs: submission.proto clean: rm -f submission_pb2.py + rm -f *.pyc