FIXED: Small Typo in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
|||||||
ASSESTS=requirements static
|
ASSETS=requirements static
|
||||||
DEV_REQUIREMENTS=requirements/development.txt
|
DEV_REQUIREMENTS=requirements/development.txt
|
||||||
DJANGO_SETTINGS_MODULE="kasu.settings"
|
DJANGO_SETTINGS_MODULE="kasu.settings"
|
||||||
EXCLUDE_FILES=*.pyc
|
EXCLUDE_FILES=*.pyc
|
||||||
@@ -35,7 +35,7 @@ requirements_remote:
|
|||||||
|
|
||||||
sync_assets:
|
sync_assets:
|
||||||
@echo "Syncing project assets ..."
|
@echo "Syncing project assets ..."
|
||||||
rsync -qr --copy-links --delete ${ASSESTS} ${SSH_LOGIN}:~/
|
rsync -qr --copy-links --delete ${ASSETS} ${SSH_LOGIN}:~/
|
||||||
|
|
||||||
sync_src:
|
sync_src:
|
||||||
@echo "Syncing Sourcecode ..."
|
@echo "Syncing Sourcecode ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user