aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/01
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/01
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/01')
-rw-r--r--AoC2022/01/makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/AoC2022/01/makefile b/AoC2022/01/makefile
deleted file mode 100644
index b885a31..0000000
--- a/AoC2022/01/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-##
-# run solutions
-#
-# @file
-# @version 0.1
-
-
-
-# end
-
-run:
- sbcl --load ~/.sbclrc --script solver.lisp
- emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit