mirror of
https://github.com/celogeek/imgcat.git
synced 2025-06-27 07:39:55 +02:00
4 lines
38 B
Makefile
4 lines
38 B
Makefile
build:
|
|
go build -o imgcat
|
|
all: build
|