diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ clean: dev-mail: pip install -e '.[mail]' +dev-gui: + pip install -e '.[gui]' + dev-backend: pip install -e '.[backend]' |