blob: 23de2e6623069cea8c1e2e0dd7cc4e4f07f7d3a0 [file] [log] [blame]
GOSRC = $(wildcard *.go)
all: kati
kati: $(GOSRC)
env $(shell go env) go build -o $@ .
test:
ruby runtest.rb
.PHONY: test