libremail: Add shared try_mkdir() function

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-05-02 15:22:27 -04:00
parent b44459df62
commit b4c14b82d9
7 changed files with 76 additions and 1 deletions
+5 -1
View File
@@ -4,12 +4,16 @@
#
.PHONY: all
all: bin endpoint
all: bin libremail endpoint
.PHONY: bin
bin:
mkdir -p $@
.PHONY: libremail
libremail:
cd libremail/; make
.PHONY: endpoint
endpoint:
cd endpoint/; make