Skip to content

Commit

Permalink
[Lavonne] Adds Lavonne Weekend Workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Jan 10, 2025
1 parent 401d0ad commit 3fb8867
Show file tree
Hide file tree
Showing 6 changed files with 1,806 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ out/tpcc.jsonnet:
out/tpcc.json: out/tpcc.jsonnet
python src/jsonnet.py out/tpcc.jsonnet || $(call restore-file,$@)

out/lavonne.json:
python src/lavonne.py || $(call restore-file,$@)

fetch: out/allevents.txt \
out/highape.txt \
out/mapindia.json \
Expand Down Expand Up @@ -208,7 +211,8 @@ fetch: out/allevents.txt \
out/tpcc.json \
out/skillboxes.json \
out/thewhitebox.json \
out/timeandspace.json
out/timeandspace.json \
out/lavonne.json
@echo "Done"

clean:
Expand Down
1,186 changes: 1,186 additions & 0 deletions fixtures/lavonne.html

Large diffs are not rendered by default.

Loading

0 comments on commit 3fb8867

Please sign in to comment.