Files
remail/Makefile
T

16 lines
184 B
Makefile
Raw Normal View History

2026-05-02 01:10:56 -04:00
#
# Copyright (c) 2026, Chloe Moffett
# Provided under the BSD-3 clause
#
.PHONY: all
all: bin endpoint
.PHONY: bin
bin:
mkdir -p $@
.PHONY: endpoint
endpoint:
cd endpoint/; make