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