c91ff6aa67c806fa3095671370e09cb8801e16e4
hiram
  Sun Mar 31 13:01:32 2013 -0700
minimal makefiles for kentUtils build refs #9104
diff --git src/xenoAli/makefile src/xenoAli/makefile
index 52edc5f..40478f3 100644
--- src/xenoAli/makefile
+++ src/xenoAli/makefile
@@ -1,9 +1,14 @@
 all: 
 	cd bwana && ${MAKE}
 	cd dynAlign && ${MAKE}
 	cd stitcher && ${MAKE}
 
+compile:: 
+	cd bwana && ${MAKE} compile
+	cd dynAlign && ${MAKE} compile
+	cd stitcher && ${MAKE} compile
+
 clean:: 
 	cd bwana && ${MAKE} clean
 	cd dynAlign && ${MAKE} clean
 	cd stitcher && ${MAKE} clean