mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:24:42 +01:00
8 lines
86 B
Makefile
8 lines
86 B
Makefile
build:
|
|
go build
|
|
|
|
install: build
|
|
go install
|
|
chmod +x bin/*
|
|
cp bin/* /usr/local/bin
|