commit 6e0e98fd81075fdafbfe5e09743fb06fba288da8
Author: David Sorber <david.sorber@gmail.com>
Date:   Tue Jan 24 11:17:42 2017 -0500

    Minor tweak to makefile to delete the executable on clean.

diff --git a/software/sqlite_poc/Makefile b/software/sqlite_poc/Makefile
index 86e9cab..d671107 100644
--- a/software/sqlite_poc/Makefile
+++ b/software/sqlite_poc/Makefile
@@ -12,3 +12,4 @@ main: $(OBJECTS)
 
 clean:
 	rm *.o
+	rm poc_test
