mirror of
https://github.com/celogeek/imgcat.git
synced 2025-05-25 00:02:38 +02:00
4 lines
38 B
Makefile
4 lines
38 B
Makefile
build:
|
|
go build -o imgcat
|
|
all: build
|