33 regels
784 B
Makefile

MAKEFLAGS += --no-print-directory
help:
@echo "Help is not yet implemented"
@echo "Possible Maketargets: status clean gitsubup gits giti"
gitstatus:
@echo -e "\n\n\033[1;34m╔═══════════╗"
@echo -e "║ unittest ║"
@echo -e "╚═══════════╝\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