summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-12-14 12:30:26 +0100
committerYorhel <git@yorhel.nl>2010-12-14 12:30:26 +0100
commit442779dcbba94090616c8291c307626a4bd56448 (patch)
tree67872964d89fa3a0df14ea4591e934c14e4db43c /Makefile
parent8b5b3736ad90358c4c4eb60aea429f5566553a85 (diff)
VNDBUtil: Consider "senpai" and "sempai" the same in the VN search
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 333d5add..6c8b45bf 100644
--- a/Makefile
+++ b/Makefile
@@ -154,3 +154,7 @@ update-2.14: all
${runpsql} < util/updates/update_2.14.sql
$(multi-start)
+update-2.15: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.15.sql
+ $(multi-start)