diff options
author | Antanas Uršulis <antanas.ursulis@gmail.com> | 2013-07-05 02:17:55 +0300 |
---|---|---|
committer | Antanas Uršulis <antanas.ursulis@gmail.com> | 2013-07-05 02:17:55 +0300 |
commit | e31eab1368bf684b9a9a085babacfe06549d7faf (patch) | |
tree | 45e601eae8e87e2c5b31e068e1017ec878f483ca | |
parent | Implement simple storage in the filesystem (diff) | |
download | log-analysis-e31eab1368bf684b9a9a085babacfe06549d7faf.tar.gz log-analysis-e31eab1368bf684b9a9a085babacfe06549d7faf.tar.bz2 log-analysis-e31eab1368bf684b9a9a085babacfe06549d7faf.zip |
'clean' target update
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ protobufs: submission.proto clean: rm -f submission_pb2.py + rm -f *.pyc |