mirror of
https://github.com/PoetryInCode/ViewBin.git
synced 2026-08-13 11:24:38 -04:00
8 lines
92 B
Makefile
8 lines
92 B
Makefile
all: build ;
|
|
|
|
build: viewbin.c
|
|
cc $^ -o viewbin
|
|
|
|
install:
|
|
sudo cp viewbin /usr/local/bin/
|