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