MAKEFLAGS += --no-print-directory help: @echo "Help is not yet implemented" @echo "Possible Maketargets: status clean gitsubup gits giti" gitstatus: @echo "\n\n\033[1;34m╔═══════════╗" @echo "║ unittest ║" @echo "╚═══════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" status: unittest_status clean: @ineach -e eclipse-workspace,.git -p "make -k clean" cleanall: @ineach -e eclipse-workspace,.git -p "make -kiC unittest cleanall" gitsubup: @ineach -e eclipse-workspace,.git -p gitsubup gits: @ineach -e eclipse-workspace,.git -p "gits;read -rsn1 -p Press\ any\ key\ to\ continue..." _giti_: @ineach -e eclipse-workspace,.git giti giti: @make _giti_ | less -r