summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6e50b4..2a7fda1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,9 @@ clean:
dev-mail:
pip install -e '.[mail]'
- make -C ui dev-install-prebuilt
+
+dev-backend:
+ pip install -e '.[backend]'
dev-all:
pip install -e '.[all]'