mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 05:59:02 +01:00
14 lines
222 B
Makefile
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
|