1
0
Fork 0
pythonctnr/ci/build.sh

6 lines
137 B
Bash

#!/bin/sh
# vim: set sw=4 ts=4 sts=4 et :
make -C buildroot O="${PWD}"/_build BR2_EXTERNAL="${PWD}" pythonctnr_defconfig
make -C _build