Kaydet (Commit) c55c1f83 authored tarafından Ali Rıza Keskin's avatar Ali Rıza Keskin

Makefile eklendi

üst d0d311be
PREFIX=/
all: build install
clean:
rm -rf build
build:
python3 setup.py build
install:
python3 setup.py install --prefix=$(PREFIX)
install inary-cli $(PREFIX)usr/bin/inary
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment