8edca3cf0a86dfbcd71116bcd117ecd2aa29aac7
hiram
  Fri Aug 21 22:45:23 2026 -0700
remove temporary experiment that never went anywhere

diff --git src/hg/liftRequest/makefile src/hg/liftRequest/makefile
deleted file mode 100644
index 231f3f352dd..00000000000
--- src/hg/liftRequest/makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-kentSrc = ../..
-include ../../inc/common.mk
-
-L += $(MYSQLLIBS) -lm
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a
-
-A = liftRequest
-O = liftRequest.o
-
-A = liftRequest
-
-include ../../inc/cgi_build_rules.mk
-
-compile:: $O
-	${CC} $O ${MYLIBS} ${L}
-	mv ${AOUT} $A${EXE}
-