all: rbar_clock .PHONY: all %: %.go go build -o $@ $< rbar_clock: rbar_util $(wildcard rbar_util/*) .SECONDARY: .DELETE_ON_ERROR: