7fbb94532a7ce8b7637ad7bdad843667b51146f8
hiram
  Mon Apr 1 14:01:28 2013 -0700
minimal makefile for kentUtils build refs #9104
diff --git src/weblet/counter/makefile src/weblet/counter/makefile
old mode 100755
new mode 100644
index 6a1174e..7bb7938
--- src/weblet/counter/makefile
+++ src/weblet/counter/makefile
@@ -1,17 +1,3 @@
-include ../../inc/common.mk
-
-
-O = counter.o 
-L += -lz
-
-counter: $(O)
-	${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
-	mv ${AOUT} counter${EXE}
-	chmod a+rx counter${EXE}
-	${STRIP} counter${EXE}
-
-push:
-	mv counter.exe ${CGI_BIN}-${USER}
-
-clean::
-	rm -f ${O} ${AOUT} counter${EXE}
+kentSrc = ../..
+A = counter
+include ${kentSrc}/inc/userApp.mk