#!/bin/sh mkdir -p build (cd build && cmake --toolchain ../_cmake/sdcc-toolchain.cmake .. && make)