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