Files

13 lines
185 B
Makefile
Raw Permalink Normal View History

2026-07-03 16:12:25 +03:00
.PHONY: all build clean test
all: build
build:
go build -a -trimpath -gcflags=all="-l -B -e" -ldflags "-s -w" -o clyx ../main.go
clean:
rm -f clyx
test: build
./clyx ../test.clx