summaryrefslogtreecommitdiff
path: root/2023/04/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2023/04/Makefile')
-rw-r--r--2023/04/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/2023/04/Makefile b/2023/04/Makefile
new file mode 100644
index 0000000..03f9392
--- /dev/null
+++ b/2023/04/Makefile
@@ -0,0 +1,13 @@
+all: step1-test step1-input step2-test step2-input
+
+step1-test:
+ python3 step1.py test
+
+step1-input:
+ python3 step1.py input
+
+step2-test:
+ python3 step2.py test
+
+step2-input:
+ python3 step2.py input