forked from M-Labs/artiq-zynq
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
nix-shell -p gnumake --command 'make manifests -B'
|
|
cd src
|
|
cargo fmt -- --check |