mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-23 16:44:17 +02:00
chore: delete makefile
This commit is contained in:
parent
c48ee3d98c
commit
81c64fdd2d
1 changed files with 0 additions and 17 deletions
17
Makefile
17
Makefile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue