From aa06ddd3cf1de03922fc4e45e46ef3476a69e3f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 16:15:15 +0200 Subject: add i18n and new menu structure to donations page --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3