7 lines
65 B
Bash
7 lines
65 B
Bash
#!/bin/sh
|
|
|
|
export DEBUG=true
|
|
export PROJECT=sam7ex256-test
|
|
|
|
make
|