.PHONY: all build fmt all: timeline.db xbit xbit: build build: go build timeline.db: timeline.sql sqlite3 timeline.db < timeline.sql