6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/bash
|
|
|
|
# exit when any command fails
|
|
set -e
|
|
|
|
make -C simx run |