imgcat/Makefile
2021-12-11 17:34:56 +01:00

4 lines
38 B
Makefile

build:
go build -o imgcat
all: build