Files

14 lines
185 B
Makefile
Raw Permalink Normal View History

# Makefile for Scoundrel Janet port JPM build
JC := jpm build --build-type=release --ldflags="-s"
all: clean
$(JC)
static: clean
$(JC) --janet-cflags="-static"
clean:
jpm clean