2a446ed0d69d2a846c4f990c6e577d2788c1b88e
kent
  Tue Aug 13 11:54:35 2019 -0700
Making a little string calculator mostly just to test strex library module.

diff --git src/utils/strexCalc/makefile src/utils/strexCalc/makefile
new file mode 100644
index 0000000..00a3c3a
--- /dev/null
+++ src/utils/strexCalc/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../..
+A = strexCalc
+include $(kentSrc)/inc/userApp.mk