summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2018-12-24 01:48:16 +0000
committerKornel <kornel@geekhood.net>2018-12-24 01:55:13 +0000
commitaf888c18ccb6e306bf35cc740cc0249df8007024 (patch)
tree3c3df5a6f566d4adad2fb4ba5bc56c77479ecdd0 /Makefile
parent964188c548104cec80e3a51fed5747df26303300 (diff)
Script fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a57ea4..0bc0b97 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ website: caches data/index/1 styles
cd front_end && cargo run --release --bin website
cd style && npm start
-caches: data/crate_data.db
+caches: data/crate_data.db data/users.db
data/crate_data.db:
if [ ! -d data/data.tar.xz -a -f data.tar.xz ]; then mv data.tar.xz data/; fi