gllvm/Makefile
2019-10-22 17:56:42 +00:00

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