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