Makefile 203 B

12345678910111213
  1. .PHONY: test build build-deps build-dex
  2. test: build
  3. anchor test
  4. build: build-dex
  5. anchor build
  6. build-dex:
  7. cd deps/serum-dex/dex/ && cargo build-bpf && cd ../../../
  8. localnet:
  9. ./scripts/localnet.sh