aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/readme.org
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2022-12-09 14:17:38 +0100
committerOscar Najera <hi@oscarnajera.com>2022-12-09 14:20:01 +0100
commitf414e9a4a26d74402a569ddcb1ba964394267899 (patch)
treea477944de26ca35b26e27d14232882ced23d9d0d /AoC2022/readme.org
parent7e207bf01575550fcae82103d1e6573d7b7b5216 (diff)
downloadscratch-f414e9a4a26d74402a569ddcb1ba964394267899.tar.gz
scratch-f414e9a4a26d74402a569ddcb1ba964394267899.tar.bz2
scratch-f414e9a4a26d74402a569ddcb1ba964394267899.zip
Unify advent of code makefile
now call from emacs compile make -C .. <language>
Diffstat (limited to 'AoC2022/readme.org')
-rw-r--r--AoC2022/readme.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/AoC2022/readme.org b/AoC2022/readme.org
new file mode 100644
index 0000000..ae155cb
--- /dev/null
+++ b/AoC2022/readme.org
@@ -0,0 +1,8 @@
+#+title: Readme
+
+* Multi-language solutions for the 2022 Advent of code
+
+From any directory to execute the solutions call
+#+begin_src bash
+make -C .. <language>
+#+end_src