summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..527e63b
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,8 @@
+TOPDIR = .
+
+SUBDIRS = src include tests docs
+
+PACKAGE_NAME = sqlitexx
+PACKAGE_VERSION = 0.0.3
+
+-include $(TOPDIR)/makefiles/gmake/top.mk