mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2025-08-06 23:18:46 +00:00
update echo statements in makefile
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user