Skip to content

Commit

Permalink
Fixup! BUG: No syntax highlihting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joppe committed Feb 28, 2024
1 parent cd5de82 commit 409be16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -638,17 +638,17 @@ ifndef __
__ := ~~~\n\\\\normalsize\n
endif
define META
$/build/Makefile.md: project.mk
( echo "$(_h)## [$$*]($$*)" && \
$/build/Makefile.md: $/Makefile
( echo "$(_h)## [Makefile](Makefile)" && \
echo "$(call _.,.mk)" && \
cat $$< && echo "$(__)" ) > $$@
$/build/%.md: $/%
( echo "$(_h)## [$$*]($$*)" && \
echo "$(call _.,$$(suffix $$<))" && \
echo "$$(call _.,$$(suffix $$<))" && \
cat $$< && echo "$(__)" ) > $$@
$/build/%.md: $/build/%
( echo "$(_h)## [$$*](build/$$*)" && \
echo "$(call _.,$$(suffix $$<))" && \
echo "$$(call _.,$$(suffix $$<))" && \
cat $$< && echo "$(__)" ) > $$@
$/build/%.bringup.md: $/build/%.bringup
( echo "$(_h)## [$$*](build/$$*)" && \
Expand Down

0 comments on commit 409be16

Please sign in to comment.