refine makefile

This commit is contained in:
David Todd
2019-05-27 02:36:00 -05:00
parent da540e70ba
commit 3aaa5d13e8
2 changed files with 5 additions and 5 deletions

View File

@@ -16,6 +16,9 @@ help:
install:
@echo 'noop'
@virtualenv venv
@source venv/bin/activate
@pip install -r requirements.txt
uninstall:
@echo 'noop'
@@ -23,6 +26,7 @@ uninstall:
update:
@echo 'noop'
@git submodule update --recursive --remote
@source venv/bin/activate
@pip install -r requirements.txt
plugins