summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47e0399..10a2a01 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,10 @@ install_global=false
.PHONY: all
all:
- @echo "This is a python project, no compilation required\nSCSS/SASS Initial Setup: make sass-setup\nSCSS/SASS Build (for static files): make sass-build"
+ @echo "This is a python project, no compilation required"
+ @echo "SCSS/SASS Initial Setup: make sass-setup"
+ @echo "SCSS/SASS Build (for static files): make sass-build"
+ @echo "Installation: make install"
.PHONY: install