commit | 9b5918996a7e12b699cc55256d06a8972960a7c2 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Tue Feb 09 15:28:29 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Tue Feb 09 15:28:29 2010 -0800 |
tree | 023ee853bc5954e600a4ec109308f00bc996d10f | |
parent | e37999f12704c95fe06a225e9bbda0a58da7acb8 [diff] |
Make lint dir
diff --git a/tools/munger/Makefile b/tools/munger/Makefile index 0e40e4e..43f02e2 100644 --- a/tools/munger/Makefile +++ b/tools/munger/Makefile
@@ -46,6 +46,7 @@ # The pylint files lint/%.log: ${TARGET_DIR}/%.py + mkdir -p lint (cd ${TARGET_DIR} && pylint -e $(notdir $<)) > $@ lint: ${LINT_FILES}