initial upload

This commit is contained in:
Luxferre
2026-04-04 13:11:12 +03:00
commit 49d17a09aa
4 changed files with 277 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Makefile for DaemonTamer JPM build
JC := jpm build --build-type=release --ldflags="-s"
all: clean
$(JC)
static: clean
$(JC) --janet-cflags="-static"
clean:
jpm clean
install:
jpm install