From 555091332de32b1d3b36c888ed21898aae540750 Mon Sep 17 00:00:00 2001 From: kartofen Date: Fri, 10 Feb 2023 23:53:15 +0200 Subject: add a couple of days --- Advent-of-Code-2022/aoc-14/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Advent-of-Code-2022/aoc-14/build.sh (limited to 'Advent-of-Code-2022/aoc-14/build.sh') diff --git a/Advent-of-Code-2022/aoc-14/build.sh b/Advent-of-Code-2022/aoc-14/build.sh new file mode 100755 index 0000000..9e59ef5 --- /dev/null +++ b/Advent-of-Code-2022/aoc-14/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -xe + +gcc -o main main.c -Wall -Wextra -pedantic -D_POSIX_C_SOURCE -- cgit v1.2.3