.PHONY: all

all: mkthumb

clean:
	rm ./mkthumb

mkthumb: mkthumb.go
	go build -ldflags '-s -w'