92de3cdebb
Signed-off-by: Ian Moffett <ian@mirocom.org>
13 lines
160 B
Makefile
13 lines
160 B
Makefile
#
|
|
# Copyright (c) 2026, Chloe Moffett
|
|
# Provided under the BSD-3 clause
|
|
#
|
|
|
|
.PHONY: all
|
|
all:
|
|
cd mailutil/; make
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
cd mailutil/; make clean
|