aboutsummaryrefslogtreecommitdiff
path: root/day01/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'day01/makefile')
-rw-r--r--day01/makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/day01/makefile b/day01/makefile
deleted file mode 100644
index 92fb064..0000000
--- a/day01/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-all day01.cpp:
- g++ -std=c++20 -o day01 day01.cpp