mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 23:34:51 +01:00
12 lines
167 B
Makefile
12 lines
167 B
Makefile
|
|
||
|
install:
|
||
|
go install -race github.com/SRI-CSL/gllvm/cmd/...
|
||
|
|
||
|
|
||
|
race: install
|
||
|
go test -v -race ./tests
|
||
|
|
||
|
|
||
|
clean:
|
||
|
rm -f tests/.helloworld.c.o tests/.helloworld.c.o.bc
|