remove makefile

This commit is contained in:
filifa 2024-03-19 20:31:33 -05:00
parent 00ed30838a
commit c4a1f07ee2
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