From 72d6835ff22ac926675c31789a332112ee73a2cf Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 6 Mar 2017 10:11:57 +0100 Subject: [pkg] several bundling fixes --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b285a5..b7908c8 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ clean: dev-mail: pip install -e '.[mail]' +dev-gui: + pip install -e '.[gui]' + dev-backend: pip install -e '.[backend]' -- cgit v1.2.3