chore: delete makefile

This commit is contained in:
Andrey Nering 2025-04-02 10:53:21 -03:00
commit 81c64fdd2d

View file

@ -1,17 +0,0 @@
# This Makefile is just for development purposes
.PHONY: default clean glow run log
default: glow
clean:
rm -f ./glow
glow:
go build
run: clean glow
./glow
log:
tail -f ~/.cache/glow/glow.log