aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2942831..727e1a7 100644
--- a/makefile
+++ b/makefile
@@ -16,6 +16,11 @@ ifeq ($(db_id),sqlite)
dirs += sqlite
endif
+ifeq ($(db_id),pgsql)
+alldirs := pgsql
+dirs := pgsql
+endif
+
default := $(out_base)/
dist := $(out_base)/.dist
test := $(out_base)/.test