commit | 8f89ec1aaa826daa4b521ab7c84dd0c43fbc3f6b | [log] [tgz] |
---|---|---|
author | Rich Lane <lanerl@gmail.com> | Wed Jun 12 11:11:36 2013 -0700 |
committer | Rich Lane <lanerl@gmail.com> | Wed Jun 12 11:11:36 2013 -0700 |
tree | 8ba9ef9ede8f55d28ca8786b7e8b0f3c08d75f69 | |
parent | 1462504bbe4b078bee908dcae39ae0a318644fc0 [diff] | |
parent | afa73b08e1e2b0cca46f2d78c4613e7350de1af9 [diff] |
Merge pull request #23 from capveg/master Removed $BIGCODE hack in Makefile
diff --git a/Makefile b/Makefile index 50efb3f..591aa79 100644 --- a/Makefile +++ b/Makefile
@@ -114,11 +114,3 @@ pylint -E ${LOXI_PY_FILES} .PHONY: all clean debug check pylint c python - -ifdef BIGCODE -# Internal build system compatibility -MODULE := LoxiGen -LOXI_OUTPUT_DIR = ${BIGCODE}/Modules -modulemake: -.PHONY: modulemake -endif