aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index 896f788..0eaf04d 100644
--- a/makefile
+++ b/makefile
@@ -12,6 +12,10 @@ ifeq ($(db_id),mysql)
dirs += mysql
endif
+ifeq ($(db_id),sqlite)
+dirs += sqlite
+endif
+
default := $(out_base)/
dist := $(out_base)/.dist
test := $(out_base)/.test