all: main.go main.ha go build -o tick-go main.go hare build -o tick-ha main.ha clean: tick-go tick-ha rm ./tick-go ./tick-ha