gllvm/Makefile

8 lines
86 B
Makefile
Raw Normal View History

build:
go build
install: build
go install
chmod +x bin/*
cp bin/* /usr/local/bin