Thumbnail

rani/buni.party.git

Clone URL: https://git.buni.party/rani/buni.party.git

commit c0e4433079d07ae6f660a0256d39fe8e3edec07b Author: rani <rani@buni.party> Date: Tue Feb 10 15:25:23 2026 +0000 Add DPP_LEVEL variable for dpp v1.0.1 diff --git a/Makefile b/Makefile index a4cf8e5..0a7cd43 100644 --- a/Makefile +++ b/Makefile @@ -186 +186 @@ all: ${OUT}    ${BUILDDIR}/%: % ${TEMPLATE}   @mkdir -p ${@D} - DPP_BLOCK='!!' ${DPP} $< <$< >$@ + DPP_LEVEL=0 DPP_BLOCK='!!' ${DPP} $< <$< >$@    .PHONY: all