diff database/Makefile @ 2:5f36d8d69aba

Set up a build framework.
author David A. Holland
date Sun, 19 Feb 2012 18:57:59 -0500
parents
children b296ea10b8f5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/database/Makefile	Sun Feb 19 18:57:59 2012 -0500
@@ -0,0 +1,4 @@
+TOP=..
+include $(TOP)/mk/base.mk
+
+all depend install clean distclean: ;