cmd/mkthumb: rename to main.go, remove pointless makefile

This commit is contained in:
mappu 2020-07-25 13:05:56 +12:00
parent a041f0ba5c
commit 2f92eaac1b
2 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
.PHONY: all
all: mkthumb
clean:
rm ./mkthumb
mkthumb: mkthumb.go
go build -ldflags '-s -w'