diff --git a/Makefile b/Makefile index 6daa1f0..225660e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ help: init: @python3 __scripts__/init.py -giti: +status: @make --no-print-directory -C applications $@ @make --no-print-directory -C embedded_linux $@ @make --no-print-directory -C linux_env $@ diff --git a/applications/Makefile b/applications/Makefile index f73be9c..a0a2177 100644 --- a/applications/Makefile +++ b/applications/Makefile @@ -1,5 +1,5 @@ -giti: - @echo "\n\n\033[1;34m╔══════════════╗" - @echo "║ applications ║" - @echo "╚══════════════╝\033[00m" - @ineach -p giti +status: + @echo "\n\n\033[1;34m╔═══════════╗" + @echo "║ linux_env ║" + @echo "╚═══════════╝\033[00m" + @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/django/Makefile b/django/Makefile index f63eb65..d2633cf 100644 --- a/django/Makefile +++ b/django/Makefile @@ -1,5 +1,5 @@ -giti: - @echo "\n\n\033[1;34m╔════════╗" - @echo "║ django ║" - @echo "╚════════╝\033[00m" - @ineach -e tutorial -p giti +status: + @echo "\n\n\033[1;34m╔═══════════╗" + @echo "║ linux_env ║" + @echo "╚═══════════╝\033[00m" + @ineach "giti -s && echo -n " - " && pwd" diff --git a/linux_env/Makefile b/linux_env/Makefile index c3d1ee0..a0a2177 100644 --- a/linux_env/Makefile +++ b/linux_env/Makefile @@ -1,5 +1,5 @@ -giti: +status: @echo "\n\n\033[1;34m╔═══════════╗" @echo "║ linux_env ║" @echo "╚═══════════╝\033[00m" - @ineach -p giti + @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/python_apps/Makefile b/python_apps/Makefile index 9a6c846..a0a2177 100644 --- a/python_apps/Makefile +++ b/python_apps/Makefile @@ -1,5 +1,5 @@ -giti: - @echo "\n\n\033[1;34m╔═════════════╗" - @echo "║ python_apps ║" - @echo "╚═════════════╝\033[00m" - @ineach -p giti +status: + @echo "\n\n\033[1;34m╔═══════════╗" + @echo "║ linux_env ║" + @echo "╚═══════════╝\033[00m" + @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/unittest/Makefile b/unittest/Makefile index cb8dfcd..b1df33b 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -5,6 +5,9 @@ help: @echo "Possible Maketargets: status clean gitsubup gits giti" status: + @echo "\n\n\033[1;34m╔═══════════╗" + @echo "║ unittest ║" + @echo "╚═══════════╝\033[00m" unittest_status clean: @@ -23,4 +26,4 @@ _giti_: @ineach -e eclipse-workspace,.git giti giti: - @make _giti_ | less -r \ No newline at end of file + @make _giti_ | less -r