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