mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 23:14:41 +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
|