diff --git a/Makefile b/Makefile index 6463563..d44d207 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,10 @@ debug: release: nimble build '-d:ssl --cc:clang -d:release' +.PHONY: static +static: + nimble build '-d:ssl --gcc.exe:/usr/bin/musl-gcc --gcc.linkerexe:/usr/bin/musl-gcc --opt:size --passL:-static -d:release' + .PHONY: clean clean: rm -f ./${BIN} diff --git a/commands.yaml b/commands.yaml index 5aa70f4..38626bc 100644 --- a/commands.yaml +++ b/commands.yaml @@ -59,3 +59,8 @@ Please check the message here. It's also pinned in \#storechat response2: https://discord.com/channels/704394060390989834/705659616347815977/931975339473793084 +- command: merge + response: >- + If you want to merge orders, or forgot to place an order for parts, please + DM one of the admins and they can sort you out. + response2: ''