remove makefile

This commit is contained in:
Nick Griffey 2024-02-25 22:10:48 -06:00
parent 9bf6eecc74
commit 68dd2ac323
1 changed files with 0 additions and 11 deletions

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