6 lines
95 B
Bash
Executable file
6 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
make clean TARGET=native
|
|
make TARGET=native
|
|
mv border-router.native border-router
|
|
|