#!/usr/bin/env sh if [ "$BUILD_TYPE" = "" ] then return 1 fi cmake --build "./build/$BUILD_TYPE" -t server