Added Go implementation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user