From 9f7b0cd76272068588d0a7220408f91390c5b583 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Thu, 6 Jan 2022 18:42:22 +0100 Subject: moved --- 2021/day07/makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 2021/day07/makefile (limited to '2021/day07/makefile') diff --git a/2021/day07/makefile b/2021/day07/makefile new file mode 100644 index 0000000..2856268 --- /dev/null +++ b/2021/day07/makefile @@ -0,0 +1,2 @@ +all day07.cpp: + g++ -std=c++20 -o day07 day07.cpp -- cgit v1.2.3-54-g00ecf