.PHONY: update_progam program.xml program.json src/program.xml: curl https://bornhack.dk/bornhack-2025/program/frab.xml > src/program.xml src/program.json: cat src/program.xml | xq '.schedule.day | map(.room) | flatten | map(.event) | map(select(. != null)) | flatten | map({title, date, room, duration}) | sort_by(.date)' > src/program.json update_progam: src/program.xml src/program.json