Skip to content

Commit

Permalink
Building content from web-order rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed May 28, 2024
1 parent bfc3a1b commit a1afccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ MAKEFLAGS:= -j
# Refer to sortFn.ts and web-order.ts
# in the quartz branch for more info
$(BUILD_DIR)web-order.ts: order
mkdir -p $(dir $@)
@echo -n "// This file was generated automatically by calling make web-order.ts.\n// Refer to the Makefile to read indications on how to generate and edit it.\nexport const nameOrderMap: Record<string, number> = {\n" > $@
@n=0 ;
@while read -r line; do \
Expand Down

0 comments on commit a1afccc

Please sign in to comment.