@@ -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
The note is not visible to the blocked user.