gllvm/Makefile
2019-10-25 17:30:58 +00:00

14 lines
222 B
Makefile

develop:
go install github.com/SRI-CSL/gllvm/cmd/...
check: develop
go test -v ./tests
format:
gofmt -s -w shared/*.go tests/*.go cmd/*/*.go
clean:
rm -f data/hello tests/.helloworld.c.o tests/.helloworld.c.o.bc