commit | a2477b4aa6280680e986939f3386826d5769b977 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Thu May 02 11:00:25 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Thu May 02 17:17:38 2013 -0700 |
tree | 1335e4e68462e7e8a4b05b4ed103af75c3ad62ee | |
parent | fe49b41dff9a6c63577fdfb537e570bdf4d650ce [diff] [blame] |
Makefile: remove test python files from dependencies This means we don't have to regenerate everything when we change the tests.
diff --git a/Makefile b/Makefile index be487ad..55bb35d 100644 --- a/Makefile +++ b/Makefile
@@ -36,6 +36,7 @@ # Generated files depend on all Loxi code and input files LOXI_PY_FILES=$(shell find \( -name loxi_output -prune \ -o -name templates -prune \ + -o -name tests -prune \ -o -true \ \) -a -name '*.py') LOXI_TEMPLATE_FILES=$(shell find */templates -type f -a \