summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-06-23 00:36:12 +0200
committeruser@node5.net <user@node5.net>2026-06-23 00:37:03 +0200
commit7b8b244d074ca1639ae61332a086c78a22474857 (patch)
treef73bfb1e2a2890af46b3012367a9d0302c8fe5fb /Makefile
parentc7e82230e26eeed4573443b470504af50e17846e (diff)
nice program fetcher script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7794a17..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.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
-