remove makefile

This commit is contained in:
2024-02-25 22:10:48 -06:00
parent 9bf6eecc74
commit 68dd2ac323

View File

@@ -1,11 +0,0 @@
.PHONY: all build fmt
all: timeline.db xbit
xbit: build
build:
go build
timeline.db: timeline.sql
sqlite3 timeline.db < timeline.sql