1ef3fd9ec2124b1e8a88370d6ac9629aebed02a8
hiram
  Fri Mar 13 12:30:21 2026 -0700
should have a compile target no redmine

diff --git src/oneShot/randDNA/makefile src/oneShot/randDNA/makefile
index 04f1a0533bf..a3949810f6c 100644
--- src/oneShot/randDNA/makefile
+++ src/oneShot/randDNA/makefile
@@ -1,12 +1,15 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 O = randDNA.o
 A = randDNA
 
 ${A}: $O
 	${CC} ${COPT} -o ${BINDIR}/${A} $O
 	${STRIP} ${BINDIR}/${A}${EXE}
 
+compile:: ${O}
+	${CC} ${COPT} -o ${A}${EXE} ${O}
+
 clean:
 	rm -f $O