Files
mop3/mailtest/Makefile
kamkow1 12fa3ee11b
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m6s
Build documentation / build-and-deploy (push) Successful in 2m57s
mailtest utility for testing the mail subsystem
2026-04-01 00:19:09 +02:00

12 lines
265 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_lib,libprocess))
$(eval $(call add_lib,libstring))
$(eval $(call add_lib,libmalloc))
$(eval $(call add_lib,libdebugconsole))
$(eval $(call add_lib,libaux))
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
include ../make/user.mk