ad8f5f2ef1bfa8d820d6c672a4af5e4cd2778041 hiram Sun Mar 31 12:19:33 2013 -0700 minimal makefiles for kentUtils build refs #9104 diff --git src/reformat/makefile src/reformat/makefile index dfb6cc4..06dc681 100644 --- src/reformat/makefile +++ src/reformat/makefile @@ -1,10 +1,26 @@ all: cd fatont4 && ${MAKE} cd gbtofa && ${MAKE} cd geniegff && ${MAKE} cd gffgenes && ${MAKE} cd moresyn && ${MAKE} cd gb2cdi && ${MAKE} cd wabToSt && ${MAKE} +compile:: + cd fatont4 && ${MAKE} compile + cd gbtofa && ${MAKE} compile + cd geniegff && ${MAKE} compile + cd gffgenes && ${MAKE} compile + cd moresyn && ${MAKE} compile + cd gb2cdi && ${MAKE} compile + cd wabToSt && ${MAKE} compile + clean:: + cd fatont4 && ${MAKE} clean + cd gbtofa && ${MAKE} clean + cd geniegff && ${MAKE} clean + cd gffgenes && ${MAKE} clean + cd moresyn && ${MAKE} clean + cd gb2cdi && ${MAKE} clean + cd wabToSt && ${MAKE} clean