src/hg/utils/automation/makefile 1.14
1.14 2009/08/12 08:21:38 markd
added make test, simplify rules
Index: src/hg/utils/automation/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/hg/utils/automation/makefile 3 Dec 2008 20:04:39 -0000 1.13
+++ src/hg/utils/automation/makefile 12 Aug 2009 08:21:38 -0000 1.14
@@ -1,8 +1,10 @@
# Build all directories in utils
include ../../../inc/common.mk
+all: scripts
+
scripts:
@for F in ${SCRIPT_FILES}; do \
chmod +x $$F; \
rm -f ${SCRIPTS}/$${F}; \
@@ -11,8 +13,10 @@
done
alpha: scripts
+clean:
+
SCRIPT_FILES = \
blastz-make-joblist \
blastz-normalizeLav \
blastz-run-ucsc \