libremail: Add shared try_mkdir() function
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
CFILES = $(shell find . -name "*.c")
|
||||
OFILES = $(CFILES:.c=.o)
|
||||
OFILES += $(shell find ../libremail/ -name "*.o")
|
||||
DFILES = $(CFILES:.c=.d)
|
||||
CC = gcc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user