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