453e83620fbeefb9fa46707e9102d263f77070fb
kent
  Thu Apr 25 09:37:08 2013 -0700
Adding encodeDataWarehouse to parent directory make file.
diff --git src/hg/encode3/makefile src/hg/encode3/makefile
index 282ce88..19e0796 100644
--- src/hg/encode3/makefile
+++ src/hg/encode3/makefile
@@ -1,20 +1,21 @@
 # Build all programs in encode directory
 
 # List of directories to build
 
 DIRS = \
+	encodeDataWarehouse \
 	validateManifest \
 	validateFiles
 
 # List of pipeline dirs
 PIPELINE_DIRS = \
 
 # much of this file is leftover from encode2
 #        encodeLoad \
 #        encodeValidate \
 #	../utils/automation
 
 USE_DIRS = $(DIRS)
 
 all:
 	@${MAKE} development