aoc/build.sh

9 lines
77 B
Bash
Executable File

#! /usr/bin/env sh
mkdir -p build
cd build
cmake ..
make
cp advent ..
cd ..