aboutsummaryrefslogtreecommitdiff
path: root/day02/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-06 18:44:53 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-06 18:44:53 +0100
commit6f96b2014b053a2e6e5a37464ca6fc578607fda7 (patch)
treecdb4686352eeadb2225b984ab56819c7de285af4 /day02/makefile
parent9f7b0cd76272068588d0a7220408f91390c5b583 (diff)
rm
Diffstat (limited to 'day02/makefile')
-rw-r--r--day02/makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/day02/makefile b/day02/makefile
deleted file mode 100644
index 61ca2f4..0000000
--- a/day02/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-all day02.cpp:
- g++ -std=c++20 -o day02 day02.cpp