7fbb94532a7ce8b7637ad7bdad843667b51146f8 hiram Mon Apr 1 14:01:28 2013 -0700 minimal makefile for kentUtils build refs #9104 diff --git src/protDust/makefile src/protDust/makefile index 0fa0103..8d13c11 100644 --- src/protDust/makefile +++ src/protDust/makefile @@ -1,14 +1,3 @@ -include ../inc/common.mk - -O = protDust.o - -protDust.exe: $(O) - ${CC} ${COPT} ${CFLAGS} $O ../lib/$(MACHTYPE)/jkweb.a ${L} - mv ${AOUT} protDust.exe - chmod a+rx protDust.exe - -push: - mv protDust.exe ${CGI_BIN}-${USER} - -clean:: - rm -f ${O} protDust.exe ${AOUT} +kentSrc = .. +A = protDust +include $(kentSrc)/inc/userApp.mk