391f8a18b3796e2b03ed96d20b532ad238bc9dbb hiram Tue Apr 2 13:43:00 2013 -0700 moving to minimal makefiles for kentUtils build refs #9104 diff --git src/utils/toLower/makefile src/utils/toLower/makefile index 39a03a2..7d568f7 100755 --- src/utils/toLower/makefile +++ src/utils/toLower/makefile @@ -1,10 +1,3 @@ -include ../../inc/common.mk - - -O = toLower.o - -toLower: $(O) - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/toLower $O ../../lib/$(MACHTYPE)/jkweb.a ${L} - -clean:: - rm -f ${O} +kentSrc = ../.. +A = toLower +include $(kentSrc)/inc/userApp.mk