Files
dt/Makefile
T

16 lines
198 B
Makefile
Raw Normal View History

2026-04-04 13:11:12 +03:00
# 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