30 lines
720 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"
status:
2022-05-08 14:45:32 +02:00
@echo "\n\n\033[1;34m╔═══════════╗"
@echo "║ unittest ║"
@echo "╚═══════════╝\033[00m"
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