Structure to init and manage my repositories
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829
  1. MAKEFLAGS += --no-print-directory
  2. help:
  3. @echo "Help is not yet implemented"
  4. @echo "Possible Maketargets: status clean gitsubup gits giti"
  5. status:
  6. @echo "\n\n\033[1;34m╔═══════════╗"
  7. @echo "║ unittest ║"
  8. @echo "╚═══════════╝\033[00m"
  9. unittest_status
  10. clean:
  11. @ineach -e eclipse-workspace,.git -p "make -k clean"
  12. cleanall:
  13. @ineach -e eclipse-workspace,.git -p "make -kiC unittest cleanall"
  14. gitsubup:
  15. @ineach -e eclipse-workspace,.git -p gitsubup
  16. gits:
  17. @ineach -e eclipse-workspace,.git -p "gits;read -rsn1 -p Press\ any\ key\ to\ continue..."
  18. _giti_:
  19. @ineach -e eclipse-workspace,.git giti
  20. giti:
  21. @make _giti_ | less -r