diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ nop: build: mkdir -p src/toolchain/dl/ (cd src/toolchain/dl/ && ln -sf ../../../../toolchain/* ./) - oh-autobuild -T toolchain + (cd src/ && make toolchain) chmod a+x src/target_firmware/firmware-crc.sh - oh-autobuild -B src/target_firmware + (cd src/target_firmware/ && make) touch $@ install: build |