532835069d106de1a41a4a525a8d9c3023e815ae
chmalee
  Thu Jun 6 16:07:57 2019 -0700
Adding small program to kind of clean up an error log and get a list of functions implicated in stack dumps

diff --git src/oneShot/chrisCrawl/makefile src/oneShot/chrisCrawl/makefile
new file mode 100644
index 0000000..4a4ab2b
--- /dev/null
+++ src/oneShot/chrisCrawl/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../..
+A = chrisCrawl
+include $(kentSrc)/inc/userApp.mk