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