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