# Makefile – Reggae Chapters from the Old Testament (300 Songs)
# Each song plays for 3 minutes and 20 seconds
all: chapters
chapters:
@echo “Generating reggae chapters…”
@echo “”
@echo “CHAPTER LIST:”
@echo “00:00:00 – Chapter 1: Crown of Solomon #1”
@echo “00:03:20 – Chapter 2: Voice of the Prophets #2”
@echo “00:06:40 – Chapter 3: Sword of the Lord #3”
@echo “00:10:00 – Chapter 4: Fire on Mount Carmel #4”
@echo “00:13:20 – Chapter 5: Ark of the Covenant Chant #5”
@echo “00:16:40 – Chapter 6: Plagues of Egypt Dub #6”
@echo “00:20:00 – Chapter 7: Burning Bush Vibration #7”
@echo “00:23:20 – Chapter 8: David’s Mighty Men #8”
@echo “00:26:40 – Chapter 9: Twelve Tribes Rock #9”
@echo “00:30:00 – Chapter 10: Waters of Meribah #10”
@echo “00:33:20 – Chapter 11: Scrolls of Isaiah #11”
@echo “00:36:40 – Chapter 12: Tabernacle Riddim #12”
@echo “00:40:00 – Chapter 13: Ram in the Thicket #13”
@echo “00:43:20 – Chapter 14: Psalm of Zion #14”
@echo “00:46:40 – Chapter 15: Blood Moon Over Nineveh #15”
@echo “00:50:00 – Chapter 16: Jacob Wrestle with the Angel #16”
@echo “00:53:20 – Chapter 17: Walls of Jericho Fall #17”
@echo “00:56:40 – Chapter 18: Samson Break the Chains #18”
@echo “01:00:00 – Chapter 19: Red Sea Skank #19”
@echo “01:03:20 – Chapter 20: Boaz and the Harvest Song #20”
@echo “…”
@echo “16:23:20 – Chapter 296: Voice from Sinai #296”
@echo “16:26:40 – Chapter 297: Elijah on the Mountain #297”
@echo “16:30:00 – Chapter 298: Ruth’s Redemption Skank #298”
@echo “16:33:20 – Chapter 299: Hagar’s Desert Cry #299”
@echo “16:36:40 – Chapter 300: Zion Trumpet Blast #300”
chapter27:
@echo “1:25:30 – Wilderness Manna Riddim”
chapter28:
@echo “1:28:40 – Shiloh Shall Come”
chapter29:
@echo “1:31:50 – The Branch of Jesse”
chapter30:
@echo “1:35:00 – Rahab’s Red Thread”
chapter31:
@echo “1:38:10 – Bathsheba’s River Cry”
chapter32:
@echo “1:41:20 – Tamar’s Justice Skank”
chapter33:
@echo “1:44:30 – Hagar in the Desert”
chapter34:
@echo “1:47:40 – Miriam’s Tambourine Dance”
source