mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2024-10-31 23:07:47 +00:00
update echo statements in makefile
This commit is contained in:
parent
24520cfcad
commit
93cc4c3eaa
4
Makefile
4
Makefile
@ -14,7 +14,7 @@ help:
|
|||||||
@echo ' '
|
@echo ' '
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@echo 'noop'
|
@echo 'Installing pelican dependancies'
|
||||||
@virtualenv venv
|
@virtualenv venv
|
||||||
@source venv/bin/activate
|
@source venv/bin/activate
|
||||||
@pip install -r requirements.txt
|
@pip install -r requirements.txt
|
||||||
@ -23,7 +23,7 @@ uninstall:
|
|||||||
@echo 'noop'
|
@echo 'noop'
|
||||||
|
|
||||||
update:
|
update:
|
||||||
@echo 'noop'
|
@echo 'Updating your pelican install'
|
||||||
@git submodule update --recursive --remote
|
@git submodule update --recursive --remote
|
||||||
@source venv/bin/activate
|
@source venv/bin/activate
|
||||||
@pip install -r requirements.txt
|
@pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user