8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
make -j release
|
|
make -j debug
|
|
make -j
|