.PHONY: all clean

bug.go: bug.scm
	guild compile -o "$@" "$<"

clean:
	rm -f bug.go
