aoc/build.sh

9 lines
77 B
Bash
Raw Normal View History

2021-09-08 11:19:24 -07:00
#! /usr/bin/env sh
mkdir -p build
cd build
cmake ..
make
cp advent ..
cd ..