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 ' '
|
||||
|
||||
install:
|
||||
@echo 'noop'
|
||||
@echo 'Installing pelican dependancies'
|
||||
@virtualenv venv
|
||||
@source venv/bin/activate
|
||||
@pip install -r requirements.txt
|
||||
@ -23,7 +23,7 @@ uninstall:
|
||||
@echo 'noop'
|
||||
|
||||
update:
|
||||
@echo 'noop'
|
||||
@echo 'Updating your pelican install'
|
||||
@git submodule update --recursive --remote
|
||||
@source venv/bin/activate
|
||||
@pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user