initial commit

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-05-02 01:10:56 -04:00
commit 6cdb9a2a9c
10 changed files with 108 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#
# 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