33 lines
784 B
Makefile
Raw Normal View History

2022-05-08 14:17:14 +02:00
MAKEFLAGS += --no-print-directory
help:
@echo "Help is not yet implemented"
@echo "Possible Maketargets: status clean gitsubup gits giti"
2023-05-27 16:27:10 +02:00
gitstatus:
@echo -e "\n\n\033[1;34m╔═══════════╗"
@echo -e "║ unittest ║"
@echo -e "╚═══════════╝\033[00m"
2023-05-27 16:27:10 +02:00
@ineach "giti -s && echo -n ' - ' && pwd"
status:
2022-05-08 14:17:14 +02:00
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:
2022-05-08 14:45:32 +02:00
@make _giti_ | less -r